On this page
Properties

Interface CookieListItem

interface CookieListItem {
    name?: string;
    value?: string;
}
Index

Properties

Properties

name?: string
value?: string
Was this helpful?
SDK JS
Reference
CookieListItem