mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 21:48:13 +00:00
chore: add api data status info
This commit is contained in:
@@ -3,3 +3,9 @@ import type { ActiveData, SceneryData } from './common.types';
|
||||
export type ActiveDataResponse = ActiveData;
|
||||
|
||||
export type SceneriesDataResponse = SceneryData[];
|
||||
|
||||
export enum DataStatus {
|
||||
'LOADING' = 0,
|
||||
'SUCCESS' = 1,
|
||||
'ERROR' = 2,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user