Record
baggage-allowance
No description available.
record baggage-allowance {
quantity: option<s32>,
weight: option<s32>,
weight-unit: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| quantity | option<s32> | |
| weight | option<s32> | |
| weight-unit | option<string> |