import { FoundryThemeVariant } from "../constants/foundry-theme.constants"; export interface FoundryNotificationPayload { type: FoundryThemeVariant; message: string; title?: string; duration?: number; }