7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||
|
|
||
|
export interface IAppContext {
|
||
|
currentUser:any;
|
||
|
themeVariant:any;
|
||
|
}
|
||
|
//# sourceMappingURL=IAppContext.d.ts.map
|