@noeldemartin/faker
Version:
Generate massive amounts of fake contextual data
22 lines (21 loc) • 479 B
TypeScript
import type { LocaleEntry } from './definitions';
/**
* The possible definitions related to animals.
*/
export declare type AnimalDefinitions = LocaleEntry<{
bear: string[];
bird: string[];
cat: string[];
cetacean: string[];
cow: string[];
crocodilia: string[];
dog: string[];
fish: string[];
horse: string[];
insect: string[];
lion: string[];
rabbit: string[];
rodent: string[];
snake: string[];
type: string[];
}>;