export type AlertDuration = "fast" | "medium" | "slow";
export type AlertQueue = "immediate" | "next" | "last";
