mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 15:35:35 +00:00
refactor: controllers and models to adapt them to the previous version of my-links
This commit is contained in:
3
inertia/types/app.d.ts
vendored
3
inertia/types/app.d.ts
vendored
@@ -1,10 +1,11 @@
|
||||
import type Collection from '#models/collection';
|
||||
|
||||
type User = {
|
||||
id: string;
|
||||
id: number;
|
||||
email: string;
|
||||
name: string;
|
||||
nickName: string;
|
||||
fullname: string;
|
||||
avatarUrl: string;
|
||||
isAdmin: boolean;
|
||||
collections: Collection[];
|
||||
|
||||
Reference in New Issue
Block a user