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

Properties

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