@bootdesk/js-web-adapter-react
    Preparing search index...

    Interface ToastItem

    interface ToastItem {
        id: string;
        message: string;
        type: ToastType;
    }
    Index

    Properties

    Properties

    id: string
    message: string
    type: ToastType