diff options
| author | Matt Mayer <[email protected]> | 2023-01-01 00:49:19 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-31 17:49:19 +0000 |
| commit | 2a2e054a16a45bc5cd56bdd923b7f5140eb12699 (patch) | |
| tree | 0b839ea78065c808c4816c404d07e2b2cc8a53c8 /src/definitions | |
| parent | 351f8f0ee1e5bcefc4188b3124e7a9eeec774192 (diff) | |
| download | faker-2a2e054a16a45bc5cd56bdd923b7f5140eb12699.tar.xz faker-2a2e054a16a45bc5cd56bdd923b7f5140eb12699.zip | |
feat(person): add short bio (#1696)
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/person.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/definitions/person.ts b/src/definitions/person.ts index 488ff4fe..773d4fb8 100644 --- a/src/definitions/person.ts +++ b/src/definitions/person.ts @@ -30,6 +30,8 @@ export type PersonDefinitions = LocaleEntry<{ */ name: string[]; + bio_patterns?: string[]; + title: PersonTitleDefinitions; western_zodiac_sign: string[]; |
