Files
PicList/src/main/utils/notification.ts
2025-08-15 13:29:09 +08:00

4 lines
110 B
TypeScript

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