adding project page
This commit is contained in:
6
app2/src/context/appContext/AppContextState.interface.ts
Normal file
6
app2/src/context/appContext/AppContextState.interface.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { User } from '@microsoft/microsoft-graph-types';
|
||||
|
||||
export interface AppContextState {
|
||||
featureFlags: { key: string; enabled: boolean }[];
|
||||
userProfile: User;
|
||||
}
|
||||
Reference in New Issue
Block a user