Skip to content

Commit

Permalink
Rename types.ts to types.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
platypii committed Jan 4, 2024
1 parent 75abb70 commit 59484af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts → src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export enum FieldRepetitionType {
REPEATED = 2,
}

enum ConvertedType {
export enum ConvertedType {
UTF8 = 0,
MAP = 1,
MAP_KEY_VALUE = 2,
Expand Down

0 comments on commit 59484af

Please sign in to comment.