import { TenantSubscription } from "../../types/tenantSubscription"; import { ApiResponse } from "../../apiResponse"; export interface IManagementTenantApiService { GetAllTenantSubscriptions(): Promise>; } //# sourceMappingURL=iTenantApiService.d.ts.map