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:
@ -29,7 +29,7 @@ import { teamGlobalSettingsToBranding } from '../../utils/team-global-settings-t
|
||||
|
||||
export type DeleteDocumentOptions = {
|
||||
id: number;
|
||||
userId: number;
|
||||
userId: string;
|
||||
teamId?: number;
|
||||
requestMetadata?: RequestMetadata;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user