Box: {
    box_id: string;
    color: string;
    manufacturer: string;
    material: string;
    name: string;
    size: BoxSize;
    type: BoxType;
}

Represents a box that stores comics.

Type declaration

  • box_id: string

    The ID of the box.

  • color: string

    The color of the box.

  • manufacturer: string
  • material: string

    The material the box is made of.

  • name: string

    The name of the box.

  • size: BoxSize

    The size of the box.

  • type: BoxType