Interface ParameterInformation

interface ParameterInformation {
    documentation?: string | MarkdownString;
    label: string | [number, number];
}

Properties

documentation?: string | MarkdownString
label: string | [number, number]