UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

4 lines (3 loc) 142 B
export declare type IPublicTypeEditorGetResult<T, ClsType> = T extends undefined ? ClsType extends { prototype: infer R; } ? R : any : T;