UNPKG

@seasketch/geoprocessing

Version:

Geoprocessing and reporting framework for SeaSketch 2.0

9 lines (8 loc) 230 B
export interface GpStoryConfig { componentName: string; componentPath: string; /** Title of story. Learn how to */ title: string; /** absolute path to story config, added at story generation time */ path?: string; }