Fix Website auth.
This commit is contained in:
7
interface/api/models.d.ts
vendored
7
interface/api/models.d.ts
vendored
@@ -1,10 +1,3 @@
|
||||
export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
isAdmin: boolean;
|
||||
createdAt: string;
|
||||
}
|
||||
|
||||
export interface Website {
|
||||
id: string;
|
||||
userId: string;
|
||||
|
||||
Reference in New Issue
Block a user