1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 01:33:33 +00:00
Files
browser/libs/common/src/models/request/organization-user-update-groups.request.ts

4 lines
80 B
TypeScript

export class OrganizationUserUpdateGroupsRequest {
groupIds: string[] = [];
}