Type alias UsageField

UsageField: TextRow | {
    name: string;
    type: "config";
    value: ConfigOptionBase<ConfigType, boolean>;
}

Either a TextRow or a reference to a ConfigOptionBase

Type declaration

Generated using TypeDoc