initialized web page (React + Tailwind CSS)
This commit is contained in:
12
webpage/src/types.ts
Normal file
12
webpage/src/types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
export interface Image {
|
||||
id: string;
|
||||
uploaded_user_id: string;
|
||||
uploaded_at: string;
|
||||
aliases: string[];
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface User {
|
||||
id: string;
|
||||
username: string;
|
||||
}
|
||||
Reference in New Issue
Block a user