MCPcopy
hub / github.com/yamadashy/repomix / RepositoryInfo

Interface RepositoryInfo

browser/entrypoints/content.ts:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import './styles.css';
2
3interface RepositoryInfo {
4 owner: string;
5 repo: string;
6 url: string;
7}
8
9interface RepomixButtonOptions {
10 text: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected