interface ToastMessage {
    description: ToastDescription;
    detail?: ErrorDetail[];
    id: string;
    manualclose?: boolean;
    severity?: ServerErrorSeverity;
    title?: string;
    type: ToastTypeEnum;
}

Properties

description: ToastDescription
detail?: ErrorDetail[]
id: string
manualclose?: boolean
title?: string