mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 05:03:33 +00:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
export class ReferenceEventRequest {
|
|
id: string;
|
|
layout: string;
|
|
flow: string;
|
|
}
|