diff options
| author | Harsohail Brar <[email protected]> | 2022-05-22 13:14:09 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-22 21:14:09 +0200 |
| commit | bee6054f8da67e26dcfdf572103eebabbd6443c0 (patch) | |
| tree | 2390cf171db82a39acea58b793f630a5034feb35 /src/definitions/commerce.ts | |
| parent | bd4d3dbc5ca54983ad28745825e4767c1f291e60 (diff) | |
| download | faker-bee6054f8da67e26dcfdf572103eebabbd6443c0.tar.xz faker-bee6054f8da67e26dcfdf572103eebabbd6443c0.zip | |
feat: color module (#801)
Co-authored-by: Shinigami <[email protected]>
Diffstat (limited to 'src/definitions/commerce.ts')
| -rw-r--r-- | src/definitions/commerce.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/definitions/commerce.ts b/src/definitions/commerce.ts index 65aef4ba..8157c1fc 100644 --- a/src/definitions/commerce.ts +++ b/src/definitions/commerce.ts @@ -5,10 +5,6 @@ import type { LocaleEntry } from './definitions'; */ export type CommerceDefinitions = LocaleEntry<{ /** - * Human readable color names - */ - color: string[]; - /** * Department names inside a shop. */ department: string[]; |
