UNPKG

@grnsft/if

Version:

Impact Framework

7 lines (6 loc) 253 B
import { PluginInterface } from '@grnsft/if-core/types'; import { pluginStorage } from '../util/plugin-storage'; export type PluginStorage = { [key: string]: PluginInterface; }; export type PluginStorageInterface = ReturnType<typeof pluginStorage>;