export interface IApiDtoValidator {
    constraintClass: Function;
    options?: Array<unknown>;
}
