♻️ refactor(api): Sort and Announcement

This commit is contained in:
web@ppanel
2024-12-23 21:47:48 +07:00
parent 93a0a88f88
commit 38d561604d
6 changed files with 51 additions and 35 deletions
+4
View File
@@ -249,11 +249,15 @@ declare namespace API {
type QueryAnnouncementParams = {
page: number;
size: number;
pinned: boolean;
popup: boolean;
};
type QueryAnnouncementRequest = {
page: number;
size: number;
pinned: boolean;
popup: boolean;
};
type QueryAnnouncementResponse = {