UNPKG

@curvenote/cli

Version:
7 lines 280 B
import type { VersionId } from '@curvenote/blocks'; import type { ISession } from '../../../session/types.js'; export declare function getChildren(session: ISession, versionId: VersionId): Promise<{ blocks: any; versions: any; }>; //# sourceMappingURL=getChildren.d.ts.map