6 lines
97 B
TypeScript
Raw Normal View History

2021-08-11 18:33:02 +02:00
export interface IRootState {
root: boolean
language: string
errorMessage: string | null
}