notifications client (#949)
This commit is contained in:
@@ -53,6 +53,9 @@ export type AdminNotificationsListRes = {
|
||||
notifications: Notification[]
|
||||
}
|
||||
|
||||
export type AdminNotificationsRes = PaginatedResponse & {
|
||||
export type AdminNotificationsRes = {
|
||||
notification: Notification
|
||||
}
|
||||
|
||||
export * from "./list-notifications"
|
||||
export * from "./resend-notification"
|
||||
|
||||
Reference in New Issue
Block a user