UNPKG

wechat-work

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