UNPKG

174 BTypeScriptView Raw
1import { Drop } from '../drop/drop';
2export interface PlainObject {
3 [key: string]: any;
4 toLiquid?: () => any;
5}
6export declare type Scope = PlainObject | Drop;