fix(dashboard,medusa,types): allow searching for promotion rule options (#12028)
* fix: allow searching for promotion rule options * fix: allow searching for promotion rule options * add changeset * cleanup
This commit is contained in:
@@ -61,12 +61,12 @@ export interface RuleValueOptionsResponse {
|
||||
/**
|
||||
* @experimental
|
||||
*/
|
||||
export type AdminRuleValueOptionsListResponse = {
|
||||
export type AdminRuleValueOptionsListResponse = PaginatedResponse<{
|
||||
/**
|
||||
* The list of rule value options.
|
||||
*/
|
||||
values: AdminRuleValueOption[]
|
||||
}
|
||||
}>
|
||||
|
||||
export type AdminPromotionRuleBatchResponse = BatchResponse<AdminPromotionRule>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user