Interface IWithServerPropsActionContext

A context for a WithServerPropsAction action.

interface IWithServerPropsActionContext {
    nextContext: GetServerSidePropsContext;
}

Properties

Properties

nextContext: GetServerSidePropsContext

The Next.js context.

Generated using TypeDoc