1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Reference id to data conversion

This commit is contained in:
Chad Scharf
2020-07-17 16:05:58 -04:00
parent 7fa5178bff
commit 9ca79c4929
3 changed files with 12 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
export class ReferenceEventData {
id: string;
layout: string;
flow: string;
}