Interface GetServerSidePropsCtxUnologin

Hierarchy

Properties

defaultLocale?: string
locale?: string
locales?: string[]
params?: ParsedUrlQuery
preview?: boolean
previewData?: PreviewData
query: ParsedUrlQuery
req: IncomingMessage & {
    cookies: Partial<{
        [key: string]: string;
    }>;
}
res: ServerResponse<IncomingMessage>
resolvedUrl: string

Generated using TypeDoc