Home > @vsf-enterprise/sapcc > SetCookieProps
SetCookieProps interface
Necessary props to add a new cookie.
Signature:
export interface SetCookieProps
Properties
| Property | Type | Description |
|---|---|---|
| cookies | NuxtCookies | [Cookie library](https://www.npmjs.com/package/cookie-universal-nuxt). |
| name | string | An identifier of a cookie. |
| options? | CookieSerializeOptions | (Optional) Options for cookie storing. |
| value | any | Data to save as cookie value. |