refactor(common): Assignments
This commit is contained in:
parent
4b1c343592
commit
757c89d841
7 changed files with 21 additions and 17 deletions
4
common/src/interfaces/answer.d.ts
vendored
4
common/src/interfaces/answer.d.ts
vendored
|
@ -1,5 +1,5 @@
|
|||
import { UserDTO } from 'dwengo-1-backend/src/interfaces/user.js'
|
||||
import { QuestionDTO } from 'dwengo-1-backend/src/interfaces/question.js'
|
||||
import { UserDTO } from 'dwengo-1-backend/src/interfaces/user.js';
|
||||
import { QuestionDTO } from 'dwengo-1-backend/src/interfaces/question.js';
|
||||
|
||||
export interface AnswerDTO {
|
||||
author: UserDTO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue