UNPKG

pcom-isv-base

Version:

千叶ISV基础能力

8 lines (7 loc) 256 B
export interface ShopRule { sellerId: string; } export default function (rules?: ShopRule[]): { hasFollowed: (sellerId: string) => Promise<boolean>; addFollow: (sellerId: string, originBiz?: string, originPage?: string) => Promise<boolean>; };