@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
14 lines • 592 B
TypeScript
export * from './onCommunityUserAdded';
export * from './onCommunityUserRemoved';
export * from './onCommunityUserBanned';
export * from './onCommunityUserChanged';
export * from './onCommunityUserUnbanned';
export * from './onCommunityUserRoleAdded';
export * from './onCommunityUserRoleRemoved';
export * from './onLocalCommunityUserAdded';
export * from './onLocalCommunityUserRemoved';
export * from './onCommunityJoined';
export * from './onCommunityLeft';
export * from './onLocalCommunityJoined';
export * from './onLocalCommunityLeft';
//# sourceMappingURL=index.d.ts.map