UNPKG

@hotmeshio/hotmesh

Version:

Serverless Workflow

6 lines (5 loc) 217 B
import { ILogger } from '../../logger'; import { HotMeshApps } from '../../../types/hotmesh'; export interface StoreInitializable { init(namespace: string, appId: string, logger: ILogger): Promise<HotMeshApps>; }