Shared DTOs
Data Transfer Objects shared between frontend and backend at libs/dto.
Validated with class-validator on the server, typed with TypeScript everywhere.
Usage
import { LoginDto } from "@my-saas/dto";
Data Transfer Objects shared between frontend and backend at libs/dto.
Validated with class-validator on the server, typed with TypeScript everywhere.
import { LoginDto } from "@my-saas/dto";