We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b0dc6 commit 0c269e0Copy full SHA for 0c269e0
src/Shared/Services/app.types.ts
@@ -182,6 +182,12 @@ export interface DraftMetadataDTO {
182
dataEncrypted: boolean
183
isAppAdmin: boolean
184
userApprovalMetadata: UserApprovalMetadataType
185
+ /**
186
+ * User id of the user who has requested the data
187
+ *
188
+ * This would be the id of the user whose token is sent in the cookie
189
+ */
190
+ requestedUserId: number
191
}
192
193
export enum CMSecretExternalType {
0 commit comments