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:
@ -6,7 +6,7 @@ import { FieldSchema } from '@documenso/prisma/generated/zod';
|
||||
import { AppError, AppErrorCode } from '../../errors/app-error';
|
||||
|
||||
export type GetFieldByIdOptions = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
teamId?: number;
|
||||
fieldId: number;
|
||||
documentId?: number;
|
||||
|
||||
Reference in New Issue
Block a user