DataType.ts 61 B

1
  1. export type DataType = 'pdf_file' | 'web_page' | 'qna_pair';