UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

7 lines (6 loc) 176 B
export function convertRawUserToInternalUser(rawUser: Amity.RawUser): Amity.InternalUser { return { ...rawUser, isGlobalBanned: rawUser?.isGlobalBan || false, }; }