ComicCreator: {
    comic_id: string;
    creator_id: string;
    role: CreatorRole;
}

A junction table between comics and creators.

Type declaration

  • comic_id: string

    The ID of the comic.

  • creator_id: string

    The ID of the creator.

  • role: CreatorRole

    The role the creator had on the comic.