Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bipulpoudel/data-table-v3
/ IProjectManager
Interface
IProjectManager
backend/src/interfaces/IProjectManager.ts:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
IBase from
"./IBase"
;
2
3
export
default
interface
IProjectManager extends IBase {
4
name: string;
5
email: string;
6
phone: string;
7
}
Callers
nothing calls this directly
Implementers
1
ProjectManager
backend/src/entity/project_managers.ts
Calls
no outgoing calls
Tested by
no test coverage detected