mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
export class UpdateClientOrganizationRequest {
|
|
assignedSeats: number;
|
|
name: string;
|
|
}
|