IOutput: {
marketplaceCreateContainerType: {
height_cm: number;
id: string;
is_active: boolean;
length_cm: number;
max_weight_kg?: null | string;
name: string;
volume_m3: string;
width_cm: number;
};
}
Type declaration
marketplaceCreateContainerType: {
height_cm: number;
id: string;
is_active: boolean;
length_cm: number;
max_weight_kg?: null | string;
name: string;
volume_m3: string;
width_cm: number;
}
height_cm: number
id: string
is_active: boolean
length_cm: number
Optional max_weight_kg?: null | string
name: string
volume_m3: string
width_cm: number
Заведение типа боксов с габаритами и объёмом.