@datr.tech/marble-api-model-validator-unit-test-generator
Version:
A Marble unit test generator for Mongoose based model validators (within the associated API packages)
6 lines (5 loc) • 376 B
TypeScript
import { IParserGetModelValidatorUnitTestPathsInput } from './IParserGetModelValidatorUnitTestPathsInput';
import { IParserGetModelValidatorUnitTestPathsOutput } from './IParserGetModelValidatorUnitTestPathsOutput';
export interface IParserGetModelValidatorUnitTestPaths {
(args: IParserGetModelValidatorUnitTestPathsInput): IParserGetModelValidatorUnitTestPathsOutput;
}