mirror of
https://codeberg.org/SafeTwitch/safetwitch.git
synced 2025-03-11 13:41:24 -05:00
Add ApiResponse type
This commit is contained in:
parent
c769e6a3ba
commit
3c85acfc21
1 changed files with 6 additions and 0 deletions
6
src/types/ApiResponse.ts
Normal file
6
src/types/ApiResponse.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import type * as all from "./"
|
||||
|
||||
export interface ApiResponse {
|
||||
status: "ok" | "error",
|
||||
data: any
|
||||
}
|
Loading…
Add table
Reference in a new issue