From ff69f1e876018ac665750c06f62d2998666baca1 Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 4 Mar 2024 11:20:09 +0000 Subject: [PATCH] Make the file attribute optional on create app requests --- packages/types/src/api/web/application.ts | 1 + 1 file changed, 1 insertion(+) 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 {