Work for backup download endpoint.
This commit is contained in:
parent
0cfb1a9f74
commit
38df528e2d
|
@ -10,6 +10,7 @@ export interface AppBackup extends Document {
|
|||
trigger: AppBackupTrigger
|
||||
name: string
|
||||
createdAt: string
|
||||
createdBy?: string
|
||||
filename: string
|
||||
appId: string
|
||||
userId?: string
|
||||
|
@ -31,6 +32,7 @@ export type AppBackupFetchOpts = {
|
|||
|
||||
export interface AppBackupQueueData {
|
||||
trigger: AppBackupTrigger
|
||||
createdBy?: string
|
||||
name?: string
|
||||
appId: string
|
||||
}
|
||||
|
|
|
@ -15,4 +15,5 @@ export interface BBContext {
|
|||
params: any
|
||||
body?: any
|
||||
redirect?: any
|
||||
attachment: any
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue