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

6 lines
93 B
TypeScript
Raw Normal View History

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