interface DeleteCustomFieldContext {
    contextId: number;
    fieldId: string;
}

Properties

Properties

contextId: number

The ID of the context.

fieldId: string

The ID of the custom field.