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