1
0
Fork 0
mirror of synced 2024-09-12 07:27:20 +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 { export interface UnpublishAppResponse {
data: { data: {
ok: boolean ok: boolean
}, }
ok: boolean, ok: boolean
status: number status: number
} }