@cloudquery/plugin-ui-sdk
Version:
SDK for CloudQuery Plugin UI configuration
8 lines • 385 B
TypeScript
import { Service } from '../components';
import { CloudQueryTable } from '../types';
export declare function convertTablesToServices({ tables, serviceLabelMap, serviceNameResolutions, }: {
tables: CloudQueryTable[];
serviceLabelMap: Record<string, string>;
serviceNameResolutions: Record<string, string>;
}): Service[];
//# sourceMappingURL=convertTablesToServices.d.ts.map