UNPKG

@websolute/faker.ts

Version:

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

8 lines (7 loc) 195 B
import { FixtureOptions } from './fixture-options.type'; export interface PropertyDto<T extends FixtureOptions> { value: T; name: string; constructorName: string; type: string; }