UNPKG

lambdaorm-cli

Version:
10 lines (9 loc) 425 B
import { SchemaState, InitializeSchemaArgs } from 'lambdaorm'; import { OrmCliH3lp, WorkspaceService } from '../../../application'; export declare class LocalWorkspaceService implements WorkspaceService { private readonly workspace; private readonly state; private readonly helper; constructor(workspace: string, state: SchemaState, helper: OrmCliH3lp); init(args: InitializeSchemaArgs): Promise<void>; }