chore: trying to fix TS4053

This commit is contained in:
harttle
2019-07-06 14:49:39 +08:00
parent 88c89fe3b3
commit 34d5af25a4
+1 -1
View File
@@ -1,6 +1,6 @@
import { Drop } from '../drop/drop'
interface PlainObject {
export interface PlainObject {
[key: string]: any;
toLiquid?: () => any;
}