torque-pro-assistant - v1.0.0
    Preparing search index...

    Interface ToastEntry

    Realized toast as the queue stores + the host renders.

    interface ToastEntry {
        action?: ToastAction;
        duration: number;
        id: number;
        kind: ToastKind;
        subtitle?: string;
        title: string;
    }
    Index

    Properties

    action?: ToastAction
    duration: number
    id: number
    kind: ToastKind
    subtitle?: string
    title: string