Board: {
    acid: boolean;
    age: BoardAge;
    board_id: string;
    dimensions: string;
    manufacturer: string;
    thickness: number;
}

Represents a comic board.

Type declaration

  • acid: boolean

    If the board contains acid.

  • age: BoardAge

    The age of comics the board backs.

  • board_id: string

    The ID of the board.

  • dimensions: string

    The dimensions of the board.

  • manufacturer: string

    The company that manufactured the boards.

  • thickness: number

    The pts thickness of the board.