1
0
Fork 0
mirror of synced 2024-08-18 19:41:30 +12:00
This commit is contained in:
Mel O'Hagan 2022-11-01 08:11:12 +00:00
parent 64eff3bab5
commit f4e4311f08

View file

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