Interface CookieSource

Hierarchy

  • CookieSource

Properties

Properties

get: (() => string)

Type declaration

    • (): string
    • Returns string

set: ((string) => void)

Type declaration

    • (string): void
    • Parameters

      • string: string

      Returns void

Generated using TypeDoc