export type * from './api/controller/index';
export type * from './dto/index';
export { type IGetEntityColumnsProperties } from './get-entity-columns-properties.interface';
