@seasketch/geoprocessing
Version:
Geoprocessing and reporting framework for SeaSketch 2.0
9 lines (8 loc) • 346 B
TypeScript
import { GeoprocessingStack } from "./GeoprocessingStack.js";
import { GpDynamoTables } from "./types.js";
/**
* Create database tables
*/
export declare const createTables: (stack: GeoprocessingStack) => GpDynamoTables;
/** Setup function access to tables */
export declare const setupTableFunctionAccess: (stack: GeoprocessingStack) => void;