mirror of
https://github.com/documenso/documenso.git
synced 2025-11-23 21:21:37 +10:00
wip: what if user ids were strings instead of numbers
This commit is contained in:
@ -8,7 +8,7 @@ import { DocumentVisibility, TeamMemberRole } from '@documenso/prisma/client';
|
||||
|
||||
export type SearchDocumentsWithKeywordOptions = {
|
||||
query: string;
|
||||
userId: number;
|
||||
userId: string;
|
||||
limit?: number;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user