mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 13:11:32 +10:00
wip: what if user ids were strings instead of numbers
This commit is contained in:
@ -10,7 +10,7 @@ import { useIsMounted } from '@documenso/lib/client-only/hooks/use-is-mounted';
|
||||
import type { Document, Recipient, User } from '@documenso/prisma/client';
|
||||
|
||||
export type DocumentPageViewInformationProps = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
document: Document & {
|
||||
User: Pick<User, 'id' | 'name' | 'email'>;
|
||||
Recipient: Recipient[];
|
||||
|
||||
Reference in New Issue
Block a user