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