Home > @vsf-enterprise/sapcc > GetCookieProps
GetCookieProps interface
Necessary props to find a cookie.
Signature:
export interface GetCookieProps
Properties
Property | Type | Description |
---|---|---|
cookies | NuxtCookies | [Cookie library](https://www.npmjs.com/package/cookie-universal-nuxt). |
name | string | An identifier of a cookie. |