export declare class GetSettingDto { /** * code of the setting for the tenant code (required). */ code: string; }