1 | /**
|
2 | * This file was automatically generated by json-schema-to-typescript.
|
3 | * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
4 | * and run json-schema-to-typescript to regenerate this file.
|
5 | */
|
6 | export interface OptionsSchema {
|
7 | moduleSourceName?: string;
|
8 | overrideIdFn?: (id?: string, defaultMessage?: string, description?: string, filePath?: string) => string;
|
9 | idInterpolationPattern?: string;
|
10 | removeDefaultMessage?: boolean;
|
11 | additionalComponentNames?: string[];
|
12 | pragma?: string;
|
13 | extractFromFormatMessageCall?: boolean;
|
14 | extractSourceLocation?: boolean;
|
15 | ast?: boolean;
|
16 | }
|
17 | //# sourceMappingURL=options.d.ts.map |
\ | No newline at end of file |