UNPKG

@linode/api-v4

Version:
9 lines 516 B
import type { Filter, ResourcePage as Page, Params } from '../types'; import type { ObjectStorageCluster } from './types'; /** * @deprecated This method returns legacy clusterId values representing regions * used in older API versions. It is maintained for backward compatibility only. * Please use the "getRegions" endpoint instead for up-to-date information. */ export declare const getClusters: (params?: Params, filters?: Filter) => Promise<Page<ObjectStorageCluster>>; //# sourceMappingURL=clusters.d.ts.map