mirror of
https://github.com/vercel/commerce.git
synced 2025-06-05 15:56:59 +00:00
2 lines
77 B
TypeScript
2 lines
77 B
TypeScript
export type SearchParams = { [key: string]: string | string[] | undefined };
|