interface Size {
    id: number;
    type: string;
    type_name: string;
    name: string;
    chest_width: null | number;
    body_length: null | number;
    sort_order: number;
}

Properties

id: number
type: string
type_name: string
name: string
chest_width: null | number
body_length: null | number
sort_order: number