Skip to content

Commit 829b74a

Browse files
fixed merge conflict
1 parent a3c7952 commit 829b74a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

types/impersonationRequest.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ export type UpdateImpersonationRequestDataBody = {
4242
isImpersonationFinished?: boolean;
4343
}
4444

45+
export type UpdateImpersonationRequestDataResponse = {
46+
id:string;
47+
lastModifiedBy:string;
48+
startedAt?: Timestamp;
49+
endedAt: Timestamp;
50+
isImpersonationFinished?: boolean;
51+
}
52+
4553
export type UpdateImpersonationRequestStatusBody = {
4654
status: REQUEST_STATE.APPROVED | REQUEST_STATE.REJECTED;
4755
message?: string;

0 commit comments

Comments
 (0)