Renamed file for better clarity

This commit is contained in:
Thom Werring 2023-10-22 09:54:40 +02:00
parent c122deb132
commit 43b9cb70f0
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { ApiProperty, getSchemaPath } from "@nestjs/swagger";
import { DtoClass } from "@/common/types";
import { DtoClass } from "@/common/dtoClass.factory";
import { SkillDto } from "@/skills/skills.types";
export type ExperienceType = {

View file

@ -1,5 +1,5 @@
import { ApiProperty } from "@nestjs/swagger";
import { DtoClass } from "@/common/types";
import { DtoClass } from "@/common/dtoClass.factory";
export type SkillType = {
name: string;