mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-27 20:27:23 +00:00
Add collection api.
This commit is contained in:
@@ -191,3 +191,11 @@ export interface Activity {
|
||||
comment?: Comment;
|
||||
file?: RFile;
|
||||
}
|
||||
|
||||
export interface Collection {
|
||||
id: number;
|
||||
title: string;
|
||||
article: string;
|
||||
user: User;
|
||||
images: Image[];
|
||||
}
|
Reference in New Issue
Block a user