Skip to main content

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";