UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

6 lines 283 B
export declare const hasPermission: (permission: string) => { currentUser: () => boolean; community: (communityId: Amity.Community['communityId']) => boolean; channel: (channelId: Amity.Channel['channelId']) => boolean; }; //# sourceMappingURL=hasPermission.d.ts.map