LocChat/server/dto/sign_in.dto.ts
2021-11-16 19:14:46 -07:00

5 lines
67 B
TypeScript

export class SignInDto {
username: string;
password: string;
}