@shortcut/client
    Preparing search index...

    Interface CustomFieldValueParams

    interface CustomFieldValueParams {
        field_id: string;
        value?: string;
        value_id: string;
    }
    Index

    Properties

    field_id: string

    The unique public ID for the CustomField.

    uuid

    value?: string

    A literal value for the CustomField. Currently ignored.

    value_id: string

    The unique public ID for the CustomFieldEnumValue.

    uuid