Next SSR middleware

    Type Alias ServerComponent<I, O>

    ServerComponent: (props: ServerProps<I, O>) => Promise<ReactNode>

    Type Parameters

    • I extends Record<string, string> = {}
    • O extends object = {}

    Type declaration

    MMNEPVFCICPMFPCPTTAAATR