Files
Kotyata/apps/client/index.d.ts
2026-03-17 13:24:22 +03:00

8 lines
92 B
TypeScript

declare module '#app' {
interface PageMeta {
centerContent?: boolean
}
}
export {}