Interface CreateServerRunnerRuntimeOptions
interface CreateServerRunnerRuntimeOptions { cookies?: Pick<Partial<Pick<CookieSerializeOptions, "domain" | "expires" | "httpOnly" | "maxAge" | "sameSite" | "secure" | "path">>, "domain" | "expires" | "maxAge" | "sameSite">; }