aboutsummaryrefslogtreecommitdiff
path: root/src/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.ts')
-rw-r--r--src/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.ts b/src/index.ts
index f262601d..a25a4d45 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -182,6 +182,7 @@ export interface LocaleDefinition {
preposition: any[];
verb: any[];
}>;
+ [group: string]: any;
}
export interface FakerOptions {