Rename types.ts to types.d.ts

This commit is contained in:
Kenny Daniel 2024-01-04 09:46:55 -08:00
parent 75abb70d18
commit 59484af27c
No known key found for this signature in database
GPG Key ID: 6A3C5E318BE71391

@ -46,7 +46,7 @@ export enum FieldRepetitionType {
REPEATED = 2,
}
enum ConvertedType {
export enum ConvertedType {
UTF8 = 0,
MAP = 1,
MAP_KEY_VALUE = 2,