CustomerSegment
Type: schema
TypeScript Definition
typescript
CustomerSegment: {{
id?: string;
name?: string;
};
/** DeliveryFulfillment */
}OpenAPI Schema
json
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
}
},
"title": "CustomerSegment",
"x-tags": [
"Customers"
]
}Auto-generated from OpenAPI spec and TypeScript definitions