We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a00ae commit c658321Copy full SHA for c658321
lib/schema-builder/metadata/enum.metadata.ts
@@ -12,4 +12,5 @@ export interface EnumMetadata<T extends object = any> {
12
name: string;
13
description?: string;
14
valuesMap?: EnumMetadataValuesMap<T>;
15
+ mapToUppercase?: boolean;
16
}
0 commit comments