This commit is contained in:
Mel O'Hagan 2022-11-01 08:11:12 +00:00
parent 64eff3bab5
commit f4e4311f08
1 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
export interface UnpublishAppResponse {
data: {
ok: boolean
},
ok: boolean,
status: number
data: {
ok: boolean
}
ok: boolean
status: number
}