mirror of
https://github.com/documenso/documenso.git
synced 2025-11-27 14:59:10 +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 { Template, User } from '@documenso/prisma/client';
|
||||
|
||||
export type TemplatePageViewInformationProps = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
template: Template & {
|
||||
User: Pick<User, 'id' | 'name' | 'email'>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user