UNPKG

sf-decomposer

Version:

Decompose Salesforce metadata into granular, VCS-friendly files; recompose for deployment.

6 lines (5 loc) 258 B
import { Hook } from '@oclif/core'; import { PostRetrieveHookOptions } from '../helpers/types.js'; type HookFunction = (this: Hook.Context, options: PostRetrieveHookOptions) => Promise<void>; export declare const scopedPostRetrieve: HookFunction; export {};