Interface UnknownMethodResult

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

Hierarchy (view full)

Properties

Properties

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