/* generated using openapi-typescript-codegen -- do no edit */ /* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { GetTranscriptSegmentTopic } from "./GetTranscriptSegmentTopic"; export type GetTranscriptTopic = { id: string; title: string; summary: string; timestamp: number; duration: number | null; transcript: string; segments?: Array; };