Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/documentationjs/documentation
/ Foo
Interface
Foo
__tests__/fixture/interface.input.js:4–9 ·
view source on GitHub ↗
* This is my interface.
Source
from the content-addressed store, hash-verified
2
* This is my
interface
.
3
*/
4
interface
Foo extends Bar, Baz {
5
/** This is prop 1 */
6
prop1: number,
7
/** This is prop 2 */
8
prop2: string
9
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected