Submission: {
    answer: string;
    correct?: boolean;
    timestamp: number;
}

Type declaration

  • answer: string
  • Optional correct?: boolean
  • timestamp: number

Generated using TypeDoc