// This file is auto-generated, don't edit it import * as $dara from '@darabonba/typescript'; export class DataBonreeSDKConfigModuleConfigDefaultConfigValue extends $dara.Model { /** * @remarks * Indicates whether the configuration is enabled. * * @example * true */ enable?: boolean; static names(): { [key: string]: string } { return { enable: 'enable', }; } static types(): { [key: string]: any } { return { enable: 'boolean', }; } validate() { super.validate(); } constructor(map?: { [key: string]: any }) { super(map); } }