mirror of https://github.com/abpframework/abp
parent
26c69017d9
commit
dffc71bcf2
@ -1,4 +1,4 @@
|
||||
export interface Tenant {
|
||||
success: boolean;
|
||||
tenantId: string;
|
||||
}
|
||||
export interface TenantIdResponse {
|
||||
success: boolean;
|
||||
tenantId: string;
|
||||
}
|
||||
|
Loading…
Reference in new issue