mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-23 03:33:28 +00:00
4 lines
55 B
TypeScript
4 lines
55 B
TypeScript
export class SeatRequest {
|
|
seatAdjustment: number;
|
|
}
|