initial
This commit is contained in:
7
ts_interfaces/data/identity.ts
Normal file
7
ts_interfaces/data/identity.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface IIdentity {
|
||||
jwt: string;
|
||||
userId: string;
|
||||
username: string;
|
||||
expiresAt: number;
|
||||
role: 'admin' | 'user';
|
||||
}
|
||||
Reference in New Issue
Block a user