mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
chore: trying to fix TS4053
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Drop } from '../drop/drop'
|
||||
|
||||
interface PlainObject {
|
||||
export interface PlainObject {
|
||||
[key: string]: any;
|
||||
toLiquid?: () => any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user