UNPKG

@grnsft/if

Version:

Impact Framework

5 lines (4 loc) 159 B
import { Context } from '../../common/types/manifest'; export declare const ExportLog: () => { execute: (tree: any, context: Context) => Promise<void>; };