Remove unused fields
This commit is contained in:
parent
8dee7b2c45
commit
ea1d893ab8
|
@ -8,7 +8,6 @@ export interface CreateAppRequest {
|
||||||
templateName?: string
|
templateName?: string
|
||||||
templateKey?: string
|
templateKey?: string
|
||||||
templateFile?: string
|
templateFile?: string
|
||||||
includeSampleData?: boolean
|
|
||||||
encryptionPassword?: string
|
encryptionPassword?: string
|
||||||
file?: { path: string }
|
file?: { path: string }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue