UNPKG

pcom-isv-base

Version:

千叶ISV基础能力

11 lines (10 loc) 295 B
export interface TbliveRule { enabled: boolean; } export default function (rules?: TbliveRule[]): { follow: (accountId: string | number) => void; invokeEditor: (content?: string) => void; addFavor: () => void; showSharePanel: () => void; showGoodsPackage: () => void; };