mirror of https://github.com/abpframework/abp.git
1 changed files with 1 additions and 0 deletions
@ -1,4 +1,5 @@ |
|||
export interface TenantIdResponse { |
|||
success: boolean; |
|||
tenantId: string; |
|||
name: string; |
|||
} |
|||
|
|||
Loading…
Reference in new issue