diff options
| author | ST-DDT <[email protected]> | 2024-12-11 20:40:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-11 20:40:15 +0100 |
| commit | 5ec4a6c9ddc037ae189ee93f339fa52065ac2a26 (patch) | |
| tree | e0f790194ed26dd11648fd4faefe14176228b91d /src/definitions | |
| parent | 4b4bac373c0cf22efff343261c6e9abe458f5ccd (diff) | |
| download | faker-5ec4a6c9ddc037ae189ee93f339fa52065ac2a26.tar.xz faker-5ec4a6c9ddc037ae189ee93f339fa52065ac2a26.zip | |
feat(finance): use fake patterns for transactionDescription (#3202)
Diffstat (limited to 'src/definitions')
| -rw-r--r-- | src/definitions/finance.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/definitions/finance.ts b/src/definitions/finance.ts index c82ac6e8..8755edcc 100644 --- a/src/definitions/finance.ts +++ b/src/definitions/finance.ts @@ -26,4 +26,9 @@ export type FinanceDefinition = LocaleEntry<{ * Types of transactions (e.g. `deposit`). */ transaction_type: string[]; + + /** + * The pattern used to generate transaction descriptions. + */ + transaction_description_pattern: string[]; }>; |
