Type Alias GeneralToast

GeneralToast: ((message: string, options?: GeneralToastParams, action?: (() => void)) => Promise<void>)