@shortcut/client
    Preparing search index...

    Interface CreateCustomFieldValueParams

    interface CreateCustomFieldValueParams {
        field_id: string;
        value_id: string;
    }
    Index

    Properties

    Properties

    field_id: string

    The unique public ID for the Custom Field value.

    uuid

    value_id: string

    The unique public ID for the CustomFieldEnumValue.

    uuid