Mise à jour de 'models'

This commit is contained in:
Julien Gautier
2023-09-18 22:53:28 +02:00
parent 78518e1653
commit 287091a704
4 changed files with 40 additions and 86 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
export interface Profile {
username: string;
licence?: string;
licence?: number;
poids?: number;
image?: string;
bg_image?: string;
following: boolean;