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
|
||||
encryptionPassword?: string
|
||||
templateString?: string
|
||||
file?: any
|
||||
}
|
||||
|
||||
export interface FetchAppDefinitionResponse {
|
||||
|
|
Loading…
Reference in New Issue