UNPKG

@localia/ngx-cookie-consent

Version:

Angular module to display a cookie consent banner without other dependencies.

7 lines (6 loc) 211 B
import { TranslatableString } from './translatable-string.interface'; export interface CookieDetail { name: string; description: string | TranslatableString; duration: string | TranslatableString; }