interface ChessBoardItem {
    count: number;
    image: string;
    name: string;
    pro: boolean;
    route: string;
}

Properties

Properties

count: number
image: string
name: string
pro: boolean
route: string

Generated using TypeDoc