api-portfolio/src/articles/dto/index.ts
Заид Омар Медхат | Zaid Omar Medhat e980536871
Some checks failed
Deploy Production / deploy (push) Failing after 5s
init
2026-01-27 14:26:01 +05:00

4 lines
114 B
TypeScript

export * from './create-article.dto';
export * from './update-article.dto';
export * from './articles-query.dto';