Files
oh-my-opencode/dist/cli/run/completion.d.ts
T

3 lines
129 B
TypeScript
Raw Normal View History

import type { RunContext } from "./types";
export declare function checkCompletionConditions(ctx: RunContext): Promise<boolean>;