fix: types

pull/209/head
xingyu4j 2025-09-03 16:58:31 +08:00
parent deb412662e
commit a238f635be
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ interface Tenant {
contactMobile: string;
accountCount: number;
expireTime: Date;
website: string;
websites: string[];
status: number;
}