mirror of
https://github.com/wgh136/nysoure.git
synced 2025-12-16 15:51:14 +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