Initial Typescript models.
This commit is contained in:
8
interface/api/auth.d.ts
vendored
Normal file
8
interface/api/auth.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export interface Auth {
|
||||
user: {
|
||||
id: string;
|
||||
username: string;
|
||||
isAdmin: boolean;
|
||||
};
|
||||
shareToken: string;
|
||||
}
|
||||
Reference in New Issue
Block a user