UNPKG

@websolute/faker.ts

Version:

Easy to Use, Powered by Decorators, Faker.js TypeScript Wrapper

4 lines (3 loc) 192 B
import { PropertyDto } from './property-dto.interface'; import { FixtureOptions } from '../types/fixture-options.type'; export declare type ClassReflectionDto = PropertyDto<FixtureOptions>[];