UNPKG

wechat-work

Version:
5 lines (4 loc) 121 B
import { INameValuePair } from "./name-value-pair.interface"; export interface IExtAttr { attrs: INameValuePair[]; }