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

Class

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

Source from the content-addressed store, hash-verified

15 */
16@InputType()
17export class UpsertProjectInput {
18 @Field()
19 @IsNotEmpty()
20 @IsString()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected