1 parent 9dc49da commit d2a0728Copy full SHA for d2a0728
1 file changed
tools/proto-convert/src/VendorExtensionProcessor.ts
@@ -17,7 +17,6 @@ export class VendorExtensionProcessor {
17
'float': { type: 'number', format: 'float' },
18
'double': { type: 'number', format: 'double' },
19
'bool': { type: 'boolean' },
20
- 'boolean': { type: 'boolean' },
21
'string': { type: 'string' },
22
};
23
0 commit comments