diff --git a/packages/types/src/api/web/application.ts b/packages/types/src/api/web/application.ts index 87a0bd6ef9..818f261a08 100644 --- a/packages/types/src/api/web/application.ts +++ b/packages/types/src/api/web/application.ts @@ -11,6 +11,7 @@ export interface CreateAppRequest { includeSampleData?: boolean encryptionPassword?: string templateString?: string + file?: any } export interface FetchAppDefinitionResponse {