未知(继上次中断)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { apiGet } from "./axios";
|
||||
import type { NotificationItem } from "../types/notifications";
|
||||
|
||||
export const listNotifications = (studyId: string, params?: Record<string, any>) =>
|
||||
apiGet<NotificationItem[]>(`/api/v1/studies/${studyId}/notifications`, { params });
|
||||
Reference in New Issue
Block a user