mlpcardgame/src/store/types.ts

6 lines
95 B
TypeScript
Raw Normal View History

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