@linode/api-v4
Version:
JavaScript wrapper around the Linode APIv4
5 lines • 298 B
TypeScript
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