style(types): added in prod? so we dont get type errors
This commit is contained in:
@@ -6,4 +6,5 @@ export type User = {
|
||||
username: string;
|
||||
roles: Roles[];
|
||||
role: string;
|
||||
prod?: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user