announcement list and create announcement and ...
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type CreateAnnouncementType = {
|
||||
title: string;
|
||||
content: string;
|
||||
publishAt: string;
|
||||
isPublic: boolean;
|
||||
isImportant: boolean;
|
||||
serviceId: string;
|
||||
groupIds: string[];
|
||||
};
|
||||
Reference in New Issue
Block a user