notifications client (#949)

This commit is contained in:
Philip Korsholm
2021-12-20 14:09:12 +01:00
committed by GitHub
parent abcf43b21c
commit f405e9c874
3 changed files with 42 additions and 1 deletions
@@ -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"