Grading: {
    cert_id: string;
    comic_id: string;
    company: string;
    date: Date;
    grade: Grade;
    notes: string | null;
}

Stores grading information about a graded comic.

Type declaration

  • cert_id: string

    The ID of the graded comic from the grading company.

  • comic_id: string

    The ID of the comic that was graded.

  • company: string

    The name of the company that graded the comic.

  • date: Date

    The date the comic was graded.

  • grade: Grade

    The numeric grade of the comic.

  • notes: string | null

    Any notes about the graded comic.