fix(types): add option_id field to FilterableProductOptionValueProps (#13085)
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
co-authored by
Oli Juhl
parent
f4ae615a3e
commit
ae12623ca6
@@ -861,6 +861,10 @@ export interface FilterableProductOptionValueProps
|
|||||||
* The values to filter product option values by.
|
* The values to filter product option values by.
|
||||||
*/
|
*/
|
||||||
value?: string | string[]
|
value?: string | string[]
|
||||||
|
/**
|
||||||
|
* The Product Option IDs to filter product option values by.
|
||||||
|
*/
|
||||||
|
option_id?: string | string[]
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user