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

export interface CreateFieldConfiguration extends FieldConfigurationDetails {}
