UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 186 B
export declare const joinLeaveCommunity: ({ ids, isJoin, locale, cookie, }: { ids: string[]; isJoin?: boolean; locale: string; cookie?: string; }) => Promise<any>;