Circle V2 API Docs
    Preparing search index...

    Type Alias UpdateContactTypeParams

    type UpdateContactTypeParams = {
        fieldIdsToRemove?: ContactTypeFieldId[];
        fieldsToAdd?: string[];
        type?: string;
    }
    Index

    Properties

    fieldIdsToRemove?: ContactTypeFieldId[]
    fieldsToAdd?: string[]
    type?: string