import { TenantSubscription } from "../../types/tenantSubscription"; import { ApiResponse } from "../../apiResponse"; export interface IManagementTenantApiService { GetAllTenantSubscriptions(): Promise>; }