chore: remove alias

This commit is contained in:
Yordis Prieto
2024-08-27 23:18:02 -04:00
parent 4bd9c60a89
commit 39196a5fbd
10 changed files with 32 additions and 39 deletions

View File

@@ -2,6 +2,6 @@ export { toDate } from "./helpers";
export { NewAuthorizationBearerInterceptor } from "./interceptors";
// TODO: Move this to `./protobuf.ts` and export it from there
export { create as createMessage, fromJson, toJson } from "@bufbuild/protobuf";
export { create, fromJson, toJson } from "@bufbuild/protobuf";
export { TimestampSchema, timestampDate } from "@bufbuild/protobuf/wkt";
export type { Timestamp } from "@bufbuild/protobuf/wkt";