Files
reflector/www/app/api/models/CreateTranscript.ts

6 lines
108 B
TypeScript

export type CreateTranscript = {
name: string;
source_language?: string;
target_language?: string;
};