/** * Get the entity information from the entity name and given the extended informations. * @param entityName The name of the entity. * @param complementaryInformation Additional information on the entity. */ export function getEntityInformations(entityName: string, complementaryInformation: {}): {} /** * Get the field informations. * @param fieldName Name or path of the field. * @param complementaryInformation Additional informations to extend the domain informations. */ export function getFieldInformations(fieldName: string, complementaryInformation: {}): void