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:
@ -25,7 +25,7 @@ export type CreateDocumentMetaOptions = {
|
||||
distributionMethod?: DocumentDistributionMethod;
|
||||
typedSignatureEnabled?: boolean;
|
||||
language?: SupportedLanguageCodes;
|
||||
userId: number;
|
||||
userId: string;
|
||||
requestMetadata: RequestMetadata;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user