Files
oh-my-opencode/dist/features/mcp-oauth/resource-indicator.d.ts
T
2026-03-14 04:56:50 +00:00

3 lines
161 B
TypeScript

export declare function getResourceIndicator(url: string): string;
export declare function addResourceToParams(params: URLSearchParams, resource: string): void;