Feat: Add AvatarGroup component. #3221 (#5858)

### What problem does this PR solve?
Feat: Add AvatarGroup component. #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-03-10 19:03:48 +08:00
committed by GitHub
parent bf0d516e49
commit df11fe75d3
2 changed files with 47 additions and 1 deletions

View File

@ -69,7 +69,7 @@ interface Es {
}
export interface ITenantUser {
avatar: null;
avatar: string;
delta_seconds: number;
email: string;
is_active: string;