import type { Toast } from "./Toast.js"; export type AppNotification = { id: number; appUmid: string; appName: string; appDescription: string; /** * Unix epoch milliseconds (ms since 1970-01-01). */ date: number; content: Toast; }; //# sourceMappingURL=AppNotification.d.ts.map