import { ConsentType } from './ConsentType'; export interface Consent { source: string; type: ConsentType; value: number; } //# sourceMappingURL=Consent.d.ts.map