Type Alias StreamRoleCleanupResult

StreamRoleCleanupResult: {
    checked: number;
    removed: number;
}

What cleanupStreamRoles removed, so the UI can report the result rather than just "done".

Type declaration

  • checked: number

    Members holding a recorded grant that were examined.

  • removed: number

    Of those, the ones whose role was stale and has been taken back.