UNPKG

xpm

Version:

The xPack project manager command line tool

7 lines (6 loc) 174 B
import { Drop } from '../drop/drop'; interface ScopeObject extends Record<string, any> { toLiquid?: () => any; } export type Scope = ScopeObject | Drop; export {};