index.d.ts 323 B

1234
  1. export { Realtime } from "./realtime.js";
  2. export { Sessions, type Session, type SessionCreateResponse, type SessionCreateParams } from "./sessions.js";
  3. export { TranscriptionSessions, type TranscriptionSession, type TranscriptionSessionCreateParams, } from "./transcription-sessions.js";
  4. //# sourceMappingURL=index.d.ts.map