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

Class

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

Source from the content-addressed store, hash-verified

128export class UpdateProjectPhotoInput {
129 @IsString()
130 @Field(() => ID)
131 projectId: string;
132
133 @IsOptional()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected