mlpcardgame/src/store/types.ts

6 lines
95 B
TypeScript

export interface AppState {
loaded: boolean;
loading: boolean;
loadingMessage: string;
}