Dtos
It is where the public interfaces of the project are declared.
.
└── dtos
├── ICacheDTO.ts
├── ICodeDTO.ts
├── IExceptionDTO.ts
├── IListDTO.ts
├── IObjectDTO.ts
├── IResponseDTO.ts
└── [name].ts
Was this helpful?
It is where the public interfaces of the project are declared.
.
└── dtos
├── ICacheDTO.ts
├── ICodeDTO.ts
├── IExceptionDTO.ts
├── IListDTO.ts
├── IObjectDTO.ts
├── IResponseDTO.ts
└── [name].ts
Was this helpful?