import type { PageFields } from "./page.ts"; export interface UserIDForPageFields { id: string; page: PageFields; }