diff options
| author | ST-DDT <[email protected]> | 2022-05-03 10:58:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-03 10:58:41 +0200 |
| commit | cc46a0c19af2752b6210c24b715fcce20197b6d9 (patch) | |
| tree | cc3974effa2ff34a498adf5a0edfe52560806720 /src/definitions/commerce.ts | |
| parent | 385c03aec9b769c557eb6973abf42accc5650256 (diff) | |
| download | faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.tar.xz faker-cc46a0c19af2752b6210c24b715fcce20197b6d9.zip | |
chore: remove obsolete definition key constants (#910)
Diffstat (limited to 'src/definitions/commerce.ts')
| -rw-r--r-- | src/definitions/commerce.ts | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/definitions/commerce.ts b/src/definitions/commerce.ts index dbe22f69..eb106463 100644 --- a/src/definitions/commerce.ts +++ b/src/definitions/commerce.ts @@ -1,5 +1,3 @@ -import { allOf } from './utils'; - /** * The possible definitions related to commerce. */ @@ -39,13 +37,3 @@ export interface CommerceProductNameDefinitions { */ product: string[]; } - -/** - * Internal: A list of all keys for the CommerceDefinitions. - */ -export const COMMERCE = allOf<keyof CommerceDefinitions>()( - 'color', - 'department', - 'product_name', - 'product_description' -); |
