mirror of https://github.com/abpframework/abp
parent
3c817c80d7
commit
afc8cd6c89
@ -1,4 +1,5 @@
|
||||
export interface TenantIdResponse {
|
||||
success: boolean;
|
||||
tenantId: string;
|
||||
name: string;
|
||||
}
|
||||
|
Loading…
Reference in new issue