commerce/lib/types.ts
Chloe ebbc8f053c
support dynamic content on PLP
Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
2024-07-07 15:05:15 +07:00

2 lines
77 B
TypeScript

export type SearchParams = { [key: string]: string | string[] | undefined };