QnAPair.ts 89 B

1234
  1. type Question = string;
  2. type Answer = string;
  3. export type QnaPair = [Question, Answer];