Files
PicList/src/main/utils/notification.ts
2025-08-06 11:19:19 +08:00

4 lines
113 B
TypeScript

import type { IAppNotification } from '#/types/types'
export const notificationList: IAppNotification[] = []