UNPKG

lambdaorm-base

Version:
8 lines (7 loc) 289 B
import { OrmBaseH3lp } from '../../shared'; export declare class SchemaFileHelper { private readonly helper; constructor(helper: OrmBaseH3lp); getConfigPath(source?: string): Promise<string | undefined>; getConfigFileName(workspace: string): Promise<string | undefined>; }