apps/nestjs-backend/src/features/field/open-api/field-open-api.service.ts
File field-open-api.service.ts
has 417 lines of code (exceeds 300 allowed). Consider refactoring. Open
Open
import { BadRequestException, Injectable, Logger, NotFoundException } from '@nestjs/common';
import { FieldKeyType, FieldOpBuilder, FieldType, IFieldRo } from '@teable/core';
import type {
IFieldVo,
IConvertFieldRo,