1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00
Files
browser/libs/common/src/billing/models/request/update-client-organization.request.ts
2024-05-14 09:22:32 -04:00

5 lines
90 B
TypeScript

export class UpdateClientOrganizationRequest {
assignedSeats: number;
name: string;
}