JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour
import {User} from '../../auth/user'; export interface CustomPage { id: number; title?: string; body: string; slug: string; type: string; user?: User; user_id?: number; hide_nav: boolean; created_at?: string; updated_at?: string; meta?: Record<string, unknown>; model_type: 'customPage'; }