Feat: Alter TransferList props #3221 (#6226)

### What problem does this PR solve?

Feat: Alter TransferList props #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-03-18 16:07:49 +08:00
committed by GitHub
parent 6e8d0e3177
commit 6e5cbd0196
2 changed files with 16 additions and 5 deletions

View File

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