Remove unused fields

This commit is contained in:
Adria Navarro 2024-10-22 12:06:24 +02:00
parent 8dee7b2c45
commit ea1d893ab8
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ export interface CreateAppRequest {
templateName?: string
templateKey?: string
templateFile?: string
includeSampleData?: boolean
encryptionPassword?: string
file?: { path: string }
}