UNPKG

@linode/api-v4

Version:
5 lines 298 B
import { ResourcePage } from 'src/types'; import { Dashboard } from './types'; export declare const getDashboards: (serviceType: string) => Promise<ResourcePage<Dashboard>>; export declare const getDashboardById: (dashboardId: number) => Promise<Dashboard>; //# sourceMappingURL=dashboards.d.ts.map