refactor(server): person dto (#3058)

This commit is contained in:
Jason Rasmussen
2023-06-30 21:52:40 -04:00
committed by GitHub
parent 399312ead3
commit 49f1f6cad7
8 changed files with 11 additions and 15 deletions

View File

@@ -9,9 +9,9 @@ import {
} from '@test';
import { IJobRepository, JobName } from '..';
import { IStorageRepository } from '../storage';
import { PersonResponseDto } from './person.dto';
import { IPersonRepository } from './person.repository';
import { PersonService } from './person.service';
import { PersonResponseDto } from './response-dto';
const responseDto: PersonResponseDto = {
id: 'person-1',