Type alias SsrContext

SsrContext: {
    code?: number;
    headers?: Record<string, string>;
}

Type declaration

  • Optional code?: number
  • Optional headers?: Record<string, string>

Generated using TypeDoc