UNPKG

@hhgtech/hhg-components

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