Skip to content

Commit 7914d39

Browse files
committed
fix: correct export order of types in TranscriptionSchema for improved clarity
1 parent 1f2bd20 commit 7914d39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/types/TranscriptionSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ interface LiveSchema extends TranscriptionSchema {
284284
vad_events?: boolean;
285285
}
286286

287-
export type { TranscriptionSchema, LiveSchema, PrerecordedSchema };
287+
export type { TranscriptionSchema, PrerecordedSchema, LiveSchema };

0 commit comments

Comments
 (0)