mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
feat: recreate admin dashboard using mantine
This commit is contained in:
5
inertia/types/app.d.ts
vendored
5
inertia/types/app.d.ts
vendored
@@ -8,13 +8,14 @@ type CommonBase = {
|
||||
|
||||
type User = CommonBase & {
|
||||
email: string;
|
||||
name: string;
|
||||
nickName: string;
|
||||
fullname: string;
|
||||
avatarUrl: string;
|
||||
isAdmin: boolean;
|
||||
lastSeenAt: string;
|
||||
};
|
||||
|
||||
type Users = User[];
|
||||
|
||||
type UserWithCollections = User & {
|
||||
collections: Collection[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user