1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-09 05:57:40 +02:00
bitwarden-browser/libs/common/src/models/request/reference-event.request.ts

6 lines
87 B
TypeScript
Raw Normal View History

2020-07-20 21:21:01 +02:00
export class ReferenceEventRequest {
2021-12-16 13:36:21 +01:00
id: string;
layout: string;
flow: string;
2020-07-17 22:05:58 +02:00
}