Type Alias CookieOptions<T>
CookieOptions: { attributes?: `;${string}`; name: string; rawName?: boolean; rawValue?: boolean; schema: T;} Type Parameters
- T extends StandardSchemaV1
Type declaration
Optionalattributes?: `;${string}`
name: string
OptionalrawName?: boolean
OptionalrawValue?: boolean
schema: T