More blank components and stories to be filled in
This commit is contained in:
7
web/interfaces/follower.ts
Normal file
7
web/interfaces/follower.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export interface Follower {
|
||||
name: string;
|
||||
description?: string;
|
||||
username?: string;
|
||||
image?: string;
|
||||
link: string;
|
||||
}
|
||||
Reference in New Issue
Block a user