UNPKG

@jrosadob/nestjs-sophia-framework

Version:

Franework para microservicios en NestJS

6 lines (5 loc) 117 B
export declare class ChangeStatusDto { fromStatusId: number; toStatusId: number; reasonStatus: string; }