MCPcopy Create free account
hub / github.com/CodeFox-Repo/codefox /

Class

backend/src/project/dto/project.input.ts:103–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101export class ForkProjectInput {
102 @Field(() => ID)
103 projectId: string;
104}
105
106@ObjectType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected