UNPKG

lemon-devkit

Version:

Lemon Serverless Micro-Service Platform for local development

16 lines 657 B
"use strict"; /** * `fields/types.ts` * - `lemon-fields` 마이그레이션/생성기에서 공유하는 공통 타입. * * **NOTE** * - `field-gen.ts`, `field-migrate.ts`, 테스트에서 같은 옵션/결과 타입을 쓰도록 분리함. * - 런타임 헬퍼는 각 구현 파일에 두고, 여기서는 타입만 관리한다. * - `ts-morph`, node API를 import 하지 않는다. * * @author Claire <claire@lemoncloud.io> * @date 2026-04-17 separated field public types. * @copyright (C) lemoncloud.io 2026 - All Rights Reserved. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=types.js.map