UNPKG

@grnsft/if

Version:

Impact Framework

8 lines (7 loc) 167 B
import { Context } from '../../common/types/manifest'; export type CsvOptions = { tree: any; context: Context; outputPath?: string; params: string; };