ic-reactor
    Preparing search index...

    Interface UnknownMethodResult

    interface UnknownMethodResult {
        label?: string;
        title?: string;
        type: "unknown";
        value: unknown;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    label?: string
    title?: string
    type: "unknown"
    value: unknown