@ -3691,6 +3691,7 @@ declare module grapesjs {
interface IStorage<T extends StorageOptions = {}> {
load: (options: T) => Promise<ProjectData>;
store: (data: ProjectData, options: T) => Promise<any>;
[key: string]: any,
}
/**