UNPKG

cfc-ds

Version:

Design System do Conselho Federal de Contabilidade baseado no govbr-ds

11 lines (10 loc) 253 B
import { Cookie } from './cookie.model'; export interface CookieGroup { groupId: string; groupName: string; groupOptOut: boolean; groupSelected: boolean; groupAlertMessage?: string; groupText: string; cookieList: Cookie[]; }