fix: update types from code review

This commit is contained in:
Ephraim Atta-Duncan
2023-06-30 23:49:34 +00:00
parent 88d15376e3
commit b50f64d4ad
6 changed files with 19 additions and 14 deletions

View File

@ -1,5 +0,0 @@
import { Document, Recipient } from '@documenso/prisma/client';
export type DocumentWithReciepient = Document & {
Recipient: Recipient[];
};