mirror of
https://gitea.tendokyu.moe/sk1982/actaeon.git
synced 2026-03-22 02:04:24 -05:00
4 lines
79 B
TypeScript
4 lines
79 B
TypeScript
export type PageProps = {
|
|
searchParams?: Record<string, string | string[]>
|
|
};
|