Interface CustomFieldUpdatedContextOptionsList

A list of custom field options for a context.

interface CustomFieldUpdatedContextOptionsList {
    options?: CustomFieldOptionUpdate[];
}

Properties

Properties

The updated custom field options.