/** * Api Documentation * Api Documentation * * OpenAPI spec version: 1.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ export declare class CDCONSENT { constructor(json: JSON | any); dn?: string; l?: string; s?: CDCONSENT.SEnum; sl?: string; sv?: string; value?: CDCONSENT.ValueEnum; } export declare namespace CDCONSENT { type SEnum = "CD_CONSENTTYPE" | "LOCAL"; const SEnum: { CDCONSENTTYPE: SEnum; LOCAL: SEnum; }; type ValueEnum = "LOCAL" | "PROSPECTIVE" | "RETROSPECTIVE"; const ValueEnum: { LOCAL: ValueEnum; PROSPECTIVE: ValueEnum; RETROSPECTIVE: ValueEnum; }; }