Type alias FakerTypes

FakerTypes: Record<string, {
    example: any;
    type: FakerDataType;
}>

Generated using TypeDoc