ComicEvent: {
    comic_id: string;
    event_id: string;
    rank: number;
    role: EventRole;
}

Junction between comics and events.

Type declaration

  • comic_id: string

    The ID of the comic.

  • event_id: string

    The ID of the event.

  • rank: number

    The order in the event.

  • role: EventRole

    The role the comic plays in the event.