Variable GetSessionConfigResponseConst

GetSessionConfigResponse: ZodObject<{
    maxSurbUpstream: ZodOptional<ZodString>;
    responseBuffer: ZodOptional<ZodString>;
}, $strip> = SessionConfig

Type declaration

  • maxSurbUpstream: ZodOptional<ZodString>
  • responseBuffer: ZodOptional<ZodString>