import { MystiqueBaseFieldInterface } from './mystique.base.field.interface'; export interface MystiqueRelationFieldInterface extends Partial { type: 'relation'; label?: string; entityName: string; resource?: string; name?: string; }