```Argument of type '{ cookieDomain: string; cooki...
# general
l
Copy code
Argument of type '{ cookieDomain: string; cookieSameSite: "none"; jwt: { enable: boolean; }; }' is not assignable to parameter of type 'TypeInput'.
  Object literal may only specify known properties, and 'jwt' does not exist in type 'TypeInput'.ts(2345)
2 Views