Details of a custom option for a field.

interface CustomFieldOption {
    self?: string;
    value?: string;
}

Properties

Properties

self?: string

The URL of these custom field option details.

value?: string

The value of the custom field option.