Files
oh-my-opencode/dist/features/mcp-oauth/resource-indicator.d.ts
T

3 lines
161 B
TypeScript
Raw Normal View History

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