export declare class CommonTenantCreateDto {
    /**
     * Value for tenant name create (required).
     */
    name: string;
    /**
     * attributes for tenant code
     */
    attributes?: object;
}
