UNPKG

@redhare/lowcode-types

Version:

Types for Ali lowCode engine

6 lines (5 loc) 100 B
export interface IPublicTypeI18nMap { [lang: string]: { [key: string]: string; }; }