1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00

[PM-3226] Adding session to ReferenceEventRequest (#6114)

* Adding session to ReferenceEventRequest

* Added comment to regex
This commit is contained in:
aj-rosado
2023-08-30 21:27:26 +01:00
committed by GitHub
parent f61793b10b
commit 066056bd45
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
export class ReferenceEventRequest {
id: string;
session: string;
layout: string;
flow: string;
}