ComicBagBoard: {
    bag_date: Date;
    bag_id: string;
    board_date: Date;
    board_id: string;
    comic_id: string;
}

Junction between comics, bags, and boards.

Type declaration

  • bag_date: Date

    The date the comic was bagged.

  • bag_id: string

    The ID of the bag.

  • board_date: Date

    The date the comic was boarded.

  • board_id: string

    The ID of the board.

  • comic_id: string

    The ID of the comic.