use uuid
This commit is contained in:
5
interface/auth.d.ts
vendored
Normal file
5
interface/auth.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface Auth {
|
||||
id: number;
|
||||
email?: string;
|
||||
teams?: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user