export interface RouteValidatorConfig {
    modelName: string;
    emptyAllowed: boolean;
    extraPropertiesAllowed: boolean;
}
