import { IModel } from './IModel'; export interface IValidators { get?: IModel; patch?: IModel; post?: IModel; put?: IModel; delete?: IModel; } //# sourceMappingURL=IValidators.d.ts.map