Interface DebuggerDescription

interface DebuggerDescription {
    label: string;
    type: string;
}

Properties

Properties

label: string
type: string