@shortcut/client
    Preparing search index...

    Interface RemoveCustomFieldParams

    interface RemoveCustomFieldParams {
        field_id: string;
    }
    Index

    Properties

    Properties

    field_id: string

    The unique public ID for the CustomField.

    uuid