@csermet/multiprovider
Version:
cloud-graph provider plugin for AWS used to fetch AWS cloud data.
12 lines (11 loc) • 306 B
TypeScript
import { AwsRouteTable } from '../../types/generated';
import { RawAwsRouteTable } from './data';
declare const _default: ({ service: rawData, account, region, }: {
service: RawAwsRouteTable;
account: string;
region: string;
}) => AwsRouteTable;
/**
* Route Table
*/
export default _default;