Variant: {
    comic_id: string;
    name: string;
    order_type: VariantOrderType;
    type: VariantType;
}

Adds variant information to comics

Type declaration

  • comic_id: string

    The ID of the comic .

  • name: string

    The name of the variant. Should not include information from other columns like order_type or type .

  • order_type: VariantOrderType

    The type of order placed for this variant.

  • type: VariantType

    The type of variant.