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

Class

backend/src/user/dto/login-user.input.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4@InputType()
5export class LoginUserInput {
6 @Field()
7 @IsEmail()
8 email: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected