7 lines
193 B
TypeScript
7 lines
193 B
TypeScript
import type { OpencodeClient } from "./types";
|
|
export declare function resolveSession(options: {
|
|
client: OpencodeClient;
|
|
sessionId?: string;
|
|
directory: string;
|
|
}): Promise<string>;
|