UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

22 lines (19 loc) 508 B
export const role11: Amity.Role = { roleId: 'channel moderator', displayName: 'channel moderator', createdAt: '2022-10-31T04:03:56.786Z', updatedAt: '2022-10-31T04:03:56.786Z', permissions: [], isDeleted: false, }; export const role12: Amity.Role = { roleId: 'test', displayName: 'test', createdAt: '2022-10-26T04:33:17.344Z', updatedAt: '2022-10-26T04:33:17.344Z', permissions: [], isDeleted: false, }; export const rolePayload: Amity.RolePayload = { roles: [role11, role12], };