import type { CustomFieldDefinitionJson } from '../models';

export interface CreateCustomField extends CustomFieldDefinitionJson {}
