Mise à jour de 'models'
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export interface Profile {
|
||||
username: string;
|
||||
licence?: string;
|
||||
licence?: number;
|
||||
poids?: number;
|
||||
image?: string;
|
||||
bg_image?: string;
|
||||
following: boolean;
|
||||
|
||||
Reference in New Issue
Block a user