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

Class

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

Source from the content-addressed store, hash-verified

86export class UpdateProjectPhotoUrlInput {
87 @Field(() => ID)
88 projectId: string;
89
90 @Field()
91 photoUrl: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected