mirror of
https://github.com/bitwarden/browser
synced 2026-01-07 19:13:39 +00:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export class SeatRequest {
|
|
seatAdjustment: number;
|
|
}
|