actaeon/src/types/page.ts
2024-03-12 06:50:30 -04:00

4 lines
79 B
TypeScript

export type PageProps = {
searchParams?: Record<string, string | string[]>
};