MockCountry

Properties

Name Type Description
id faker.datatype.uuid()
name faker.random.word()
name_en faker.random.word()
alpha2 faker.random.alphaNumeric(2)
alpha3 faker.random.alphaNumeric(3)
subdivisions this.subdivisionFactory.createMany(faker.datatype.number({ min: 0, max: 10 }))
subdivisionFactory DaffSubdivisionFactory
Graycore, LLC © 2018 - 2024. Code licensed under an MIT-style License. Documentation licensed under CC BY 4.0.