mirror of
https://github.com/documenso/documenso.git
synced 2025-11-24 05:32:12 +10:00
wip: what if user ids were strings instead of numbers
This commit is contained in:
@ -27,7 +27,7 @@ import { maskRecipientTokensForDocument } from '../../utils/mask-recipient-token
|
||||
export type PeriodSelectorValue = '' | '7d' | '14d' | '30d';
|
||||
|
||||
export type FindDocumentsOptions = {
|
||||
userId: number;
|
||||
userId: string;
|
||||
teamId?: number;
|
||||
templateId?: number;
|
||||
source?: DocumentSource;
|
||||
|
||||
Reference in New Issue
Block a user