Freeze Design Frontend - TypeScript API
    Preparing search index...

    Interface Size

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

    Properties

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