Ajout des sources

This commit is contained in:
Julien Gautier
2023-09-12 21:46:56 +02:00
parent fa2288b8ed
commit 747948a422
235 changed files with 45064 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface Profile {
username: string;
licence?: string;
image?: string;
bg_image?: string;
following: boolean;
}