mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
export class SeatRequest {
|
|
seatAdjustment: number;
|
|
}
|