mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-14 15:17:36 +08:00
4 lines
113 B
TypeScript
4 lines
113 B
TypeScript
import type { IAppNotification } from '#/types/types'
|
|
|
|
export const notificationList: IAppNotification[] = []
|