MCPcopy
hub / github.com/dittofeed/dittofeed / GetWorkspaceIdentifierError

Interface GetWorkspaceIdentifierError

packages/api/src/workspace.ts:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24export interface GetWorkspaceIdentifierError {
25 type: GetWorkspaceIdentifierErrorType;
26 message: string;
27}
28
29export function getWorkspaceIdFromReq(
30 req: FastifyRequest,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected