Skip to content

Commit b341617

Browse files
type change
1 parent 490d79a commit b341617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend/typescript/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,10 +215,11 @@ export type CreateReviewedApplicantRecordDTO = {
215215
reviewerHasConflict?: boolean;
216216
}
217217

218-
export type DeleteReviewedApplicantRecord = {
218+
export type DeleteReviewedApplicantRecordDTO = {
219219
applicantRecordId: string;
220220
reviewerId: number;
221221
}
222+
222223
export type AdminCommentDTO = {
223224
id: string;
224225
userId: number;

0 commit comments

Comments
 (0)