1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-17 23:16:59 +00:00
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 };