UNPKG

114 BTypeScriptView Raw
1export declare enum TransformationType {
2 PLAIN_TO_CLASS = 0,
3 CLASS_TO_PLAIN = 1,
4 CLASS_TO_CLASS = 2
5}