NormalizedPageNormalized page type. type NormalizedPage = Record<string, any> & { $raw: CMSPage & { label?: string; }; }; Referenced Types CMSPage