MCPcopy 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

1import IBase from "./IBase";
2
3export default interface IProjectManager extends IBase {
4 name: string;
5 email: string;
6 phone: string;
7}

Callers

nothing calls this directly

Implementers 1

ProjectManagerbackend/src/entity/project_managers.ts

Calls

no outgoing calls

Tested by

no test coverage detected