Files
oh-my-opencode/dist/cli/mcp-oauth/logout.d.ts
T

5 lines
153 B
TypeScript
Raw Normal View History

export interface LogoutOptions {
serverUrl?: string;
}
export declare function logout(serverName: string, options?: LogoutOptions): Promise<number>;