14 lines
294 B
TypeScript
14 lines
294 B
TypeScript
/**
|
|
* @schema AdminPricePreferenceResponse
|
|
* type: object
|
|
* description: The price preference's details.
|
|
* x-schemaName: AdminPricePreferenceResponse
|
|
* required:
|
|
* - price_preference
|
|
* properties:
|
|
* price_preference:
|
|
* $ref: "#/components/schemas/AdminPricePreference"
|
|
*
|
|
*/
|
|
|