# Interface: ICookie

Defines the structure of a cookie object.

# Table of contents

# Properties

# Properties

# accountId

Optional accountId: number

The value of the "accountId" cookie, if it exists.

# Defined in

src/cookie/cookie.interface.ts:27 (opens new window)


# cookieToken

Optional cookieToken: null | string

The value of the "cookieToken" cookie, if it exists.

# Defined in

src/cookie/cookie.interface.ts:22 (opens new window)


# ltoken

ltoken: string

The value of the "ltoken" cookie.

# Defined in

src/cookie/cookie.interface.ts:12 (opens new window)


# ltuid

ltuid: number

The value of the "ltuid" cookie.

# Defined in

src/cookie/cookie.interface.ts:17 (opens new window)


# mi18nLang

Optional mi18nLang: null | string

The value of the "mi18nLang" cookie, if it exists. This can be either a string or a LanguageEnum value.

# Defined in

src/cookie/cookie.interface.ts:33 (opens new window)