Make the file attribute optional on create app requests

This commit is contained in:
Dean 2024-03-04 11:20:09 +00:00
parent 91a98224d9
commit ff69f1e876
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export interface CreateAppRequest {
includeSampleData?: boolean
encryptionPassword?: string
templateString?: string
file?: any
}
export interface FetchAppDefinitionResponse {