import type { Toast } from "./Toast.js"; export type AppNotification = { id: number; appUmid: string; appName: string; appDescription: string; date: number; content: Toast; }; //# sourceMappingURL=AppNotification.d.ts.map