Files
oh-my-opencode/dist/features/opencode-skill-loader/allowed-tools-parser.d.ts
T
2026-03-14 04:56:50 +00:00

2 lines
110 B
TypeScript

export declare function parseAllowedTools(allowedTools: string | string[] | undefined): string[] | undefined;