Improving user management and auto-refreshing user firms
This commit is contained in:
13
gui/rpk-gui/src/interfaces/index.tsx
Normal file
13
gui/rpk-gui/src/interfaces/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
export type IFirm = {
|
||||
instance: string,
|
||||
name: string
|
||||
}
|
||||
|
||||
type User = {
|
||||
id: number,
|
||||
email: string,
|
||||
firms: [IFirm],
|
||||
};
|
||||
|
||||
export type IUser = User | null;
|
||||
Reference in New Issue
Block a user