chore: snapshot notifications hardening and css/docs alignment

This commit is contained in:
2026-03-20 00:05:03 +01:00
parent fb6e30a062
commit 60c27e50cb
41 changed files with 1862 additions and 254 deletions

View File

@@ -12,4 +12,7 @@ interface UserTenantRepositoryInterface
public function countUsersByTenantIds(array $tenantIds): array;
public function countActiveUsersByTenantIds(array $tenantIds): array;
/** @return list<int> */
public function listActiveUserIdsByTenantId(int $tenantId): array;
}