10 lines
890 B
Plaintext
10 lines
890 B
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# AdminGetDiscountsDiscountCodeParams
|
|
|
|
Parameters that can be used to configure how data is retrieved.
|
|
|
|
## Properties
|
|
|
|
<TypeList types={[{"name":"expand","type":"`string`","description":"Comma-separated relations that should be expanded in the returned data.","optional":true,"defaultValue":"","expandable":false,"children":[]},{"name":"fields","type":"`string`","description":"Comma-separated fields that should be included in the returned data.\nif a field is prefixed with `+` it will be added to the default fields, using `-` will remove it from the default fields.\nwithout prefix it will replace the entire default fields.","optional":true,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="AdminGetDiscountsDiscountCodeParams"/>
|