Files
zitadel/packages/zitadel-client/src/index.ts

8 lines
393 B
TypeScript
Raw Normal View History

2024-08-27 19:46:45 -04:00
export { toDate } from "./helpers";
2024-07-25 23:16:07 -04:00
export { NewAuthorizationBearerInterceptor } from "./interceptors";
2024-08-27 19:46:45 -04:00
// TODO: Move this to `./protobuf.ts` and export it from there
2024-08-27 23:18:02 -04:00
export { create, fromJson, toJson } from "@bufbuild/protobuf";
2024-10-23 14:28:33 +02:00
export { TimestampSchema, timestampDate, timestampFromDate, timestampMs } from "@bufbuild/protobuf/wkt";
2024-08-27 19:46:45 -04:00
export type { Timestamp } from "@bufbuild/protobuf/wkt";