Skip to content

Commit

Permalink
Expose OneofInfo type (#746)
Browse files Browse the repository at this point in the history
  • Loading branch information
q42jaap authored Mar 15, 2024
1 parent 3f2bdbd commit c0d0553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protobuf/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export { Message } from "./message.js";
export type { AnyMessage, PartialMessage, PlainMessage } from "./message.js";
export { isMessage } from "./is-message.js";

export type { FieldInfo } from "./field.js";
export type { FieldInfo, OneofInfo } from "./field.js";
export type { FieldList } from "./field-list.js";
export { LongType, ScalarType } from "./scalar.js";
export type { ScalarValue } from "./scalar.js";
Expand Down

0 comments on commit c0d0553

Please sign in to comment.