style(types): added in prod? so we dont get type errors

This commit is contained in:
2025-03-19 17:12:51 -05:00
parent 3b8f18093e
commit 92b47f03d9

View File

@@ -6,4 +6,5 @@ export type User = {
username: string;
roles: Roles[];
role: string;
prod?: string;
};