@amityco/ts-sdk
Version:
Amity Social Cloud Typescript SDK
8 lines • 384 B
TypeScript
export { getUserByIds } from './getUserByIds';
export { updateUser } from './updateUser';
export { flagUser } from './flagUser';
export { unflagUser } from './unflagUser';
export { isUserFlaggedByMe } from './isUserFlaggedByMe';
export { getAllBlockedUsers } from './getAllBlockedUsers';
export { getAllBlockingUsers } from './getAllBlockingUsers';
//# sourceMappingURL=index.d.ts.map