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

Class

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

Source from the content-addressed store, hash-verified

38
39@InputType()
40export class CreateProjectInput {
41 @Field(() => String, { nullable: true })
42 projectName?: string;
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected