Member Junction
    Preparing search index...
    interface Toast {
        duration: number;
        id: string;
        message: string;
        timestamp: number;
        type: ToastType;
    }
    Index

    Properties

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