Renamed file for better clarity
This commit is contained in:
parent
c122deb132
commit
43b9cb70f0
3 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { ApiProperty, getSchemaPath } from "@nestjs/swagger";
|
import { ApiProperty, getSchemaPath } from "@nestjs/swagger";
|
||||||
import { DtoClass } from "@/common/types";
|
import { DtoClass } from "@/common/dtoClass.factory";
|
||||||
import { SkillDto } from "@/skills/skills.types";
|
import { SkillDto } from "@/skills/skills.types";
|
||||||
|
|
||||||
export type ExperienceType = {
|
export type ExperienceType = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { ApiProperty } from "@nestjs/swagger";
|
import { ApiProperty } from "@nestjs/swagger";
|
||||||
import { DtoClass } from "@/common/types";
|
import { DtoClass } from "@/common/dtoClass.factory";
|
||||||
|
|
||||||
export type SkillType = {
|
export type SkillType = {
|
||||||
name: string;
|
name: string;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue