UNPKG

wechat-work

Version:
7 lines (5 loc) 195 B
import { IExternalAttrItem } from "./external-attr-item.interface"; export interface IExternalProfile { // TODO: fix this snake_case style to camelCase external_attr: IExternalAttrItem[]; }