@shortcut/client
    Preparing search index...

    Interface CustomFieldValueSlim

    interface CustomFieldValueSlim {
        entity_type?: "custom-field-value:slim";
        field?: CustomFieldSlim;
        id?: string;
        value?: string;
    }
    Index

    Properties

    entity_type?: "custom-field-value:slim"

    The type of this entity.

    The Custom Field for this value.

    id?: string

    The unique public ID for the Custom Field Value.

    uuid

    value?: string

    A string representation of the value.