Skip to content
Snippets Groups Projects
Commit 6cf4c799 authored by Lukáš Kratochvíl's avatar Lukáš Kratochvíl
Browse files

feat: created index.ts for DTOs

parent b5bb8ea3
No related branches found
No related tags found
No related merge requests found
import { ICategoryDto } from "./categoryDto";
import { IDirectorDto } from "./directorDto";
import { IMovieDto } from "./movieDto";
export {
ICategoryDto,
IDirectorDto,
IMovieDto
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment