@signa-app/dto
v0.3.11
Published
Shared TypeScript DTO and type definitions for Signa Next and Nest applications.
Readme
signa-dto
Shared TypeScript DTO and type package for Signa Next and Nest applications.
Setup
npm install
npm run buildAdding Types
Put DTO and type files into src/ and export them from src/index.ts.
Example:
export * from "./auth";
export * from "./users";Usage
import type { SomeDto } from "@signa-app/dto";Publishing
npm version patch
npm publishBefore publishing, update the package name, license, and access settings if needed.
