diff --git a/src/context/scope.ts b/src/context/scope.ts index 18c6f4ce6..748e316a9 100644 --- a/src/context/scope.ts +++ b/src/context/scope.ts @@ -1,6 +1,6 @@ import { Drop } from '../drop/drop' -interface PlainObject { +export interface PlainObject { [key: string]: any; toLiquid?: () => any; }