Bag: {
    acid: boolean;
    age: string;
    bag_id: string;
    dimensions: string;
    manufacturer: string;
    material: string;
    resealable: boolean;
    thick: boolean;
    thickness: number;
}

Represents a comic bag.

Type declaration

  • acid: boolean

    If the bag contains acid.

  • age: string

    The age of comics the bag holds.

  • bag_id: string

    The ID of the bag.

  • dimensions: string

    The dimensions of the bag.

  • manufacturer: string

    The company that manufactured the bags.

  • material: string

    The material the bag is made of.

  • resealable: boolean

    If the bag has a resealable flap.

  • thick: boolean

    AKA wide. If the bag is made for thicker comics.

  • thickness: number

    The thickness of the bag.