dashboard-react
    Preparing search index...

    Interface Toast

    Toast record stored in the module-level toast store.

    interface Toast {
        id: string;
        type: ToastType;
        message: string;
        duration: number;
        createdAt: number;
    }
    Index

    Properties

    id: string
    type: ToastType
    message: string
    duration: number

    0 = persistent (manual dismiss only).

    createdAt: number