@shortcut/client
    Preparing search index...

    Interface StoryCustomField

    interface StoryCustomField {
        field_id: string;
        value: string;
        value_id: string;
    }
    Index

    Properties

    field_id: string

    The unique public ID for a CustomField.

    uuid

    value: string

    A string representation of the value, if applicable.

    value_id: string

    The unique public ID for a CustomFieldEnumValue.

    uuid