Make the file attribute optional on create app requests
This commit is contained in:
parent
91a98224d9
commit
ff69f1e876
|
@ -11,6 +11,7 @@ export interface CreateAppRequest {
|
||||||
includeSampleData?: boolean
|
includeSampleData?: boolean
|
||||||
encryptionPassword?: string
|
encryptionPassword?: string
|
||||||
templateString?: string
|
templateString?: string
|
||||||
|
file?: any
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FetchAppDefinitionResponse {
|
export interface FetchAppDefinitionResponse {
|
||||||
|
|
Loading…
Reference in New Issue