Type Alias UsageField

UsageField: TextRow | {
    name: string;
    type: "config";
    value: ConfigOption;
}

Either a TextRow or a reference to a ConfigOption