/** * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE */ /** * 대상 클래스가 API 스펙의 DTO 와 완전히 동일하게 매핑되어있음을 선언한다. * * 본 클래스는 기능적인 요소를 포함하지 않으며, 문서화를 위한 데코레이터이다. */ export declare function ApiModel(packageName: string): (target: any) => any;