lint
This commit is contained in:
parent
64eff3bab5
commit
f4e4311f08
|
@ -1,7 +1,7 @@
|
||||||
export interface UnpublishAppResponse {
|
export interface UnpublishAppResponse {
|
||||||
data: {
|
data: {
|
||||||
ok: boolean
|
ok: boolean
|
||||||
},
|
}
|
||||||
ok: boolean,
|
ok: boolean
|
||||||
status: number
|
status: number
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue