export type ToastTemplate = { title: string; information?: string; error?: string; success?: string; };