export default interface EntityMetadatasDeclarationInterface { id: string; key: string; nullable: boolean; type: string; isSearchCriteria: boolean; }