PartialTranscript.ts 88 B

12345
  1. interface PartialTranscript {
  2. queryText: string;
  3. }
  4. export default PartialTranscript;