UNPKG

wechat-work

Version:
10 lines (8 loc) 288 B
import { EnumExternalAttrType } from "./external-attr-type.enum"; export interface IExternalAttrItem { type: EnumExternalAttrType; name: string; text?: { value: string }; web?: { url: string; title: string }; miniprogram?: { appid: string; pagepath: string; title: string }; }