Ajout des sources
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export interface Profile {
|
||||
username: string;
|
||||
licence?: string;
|
||||
image?: string;
|
||||
bg_image?: string;
|
||||
following: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user