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