1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
This commit is contained in:
Mel O'Hagan 2022-11-01 08:11:12 +00:00
parent 3f8ad9caa2
commit a501d5599d

View file

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