@kkdev92/vscode-ext-kit - v4.1.1
    Preparing search index...

    Interface ShownNotification

    One recorded show call.

    interface ShownNotification {
        actionTitles: readonly string[];
        detail: string | undefined;
        message: string;
        modal: boolean;
        severity: NotificationSeverity;
    }
    Index
    actionTitles: readonly string[]
    detail: string | undefined
    message: string
    modal: boolean