| Name | Type | Description | Notes |
|---|---|---|---|
| organizationName | string | [default to undefined] | |
| tags | Array<string> | [optional] [default to undefined] | |
| users | Array<PartialKmsUser> | [default to undefined] |
import { CreateOrganizationRequest } from '@phantom/openapi-wallet-service';
const instance: CreateOrganizationRequest = {
organizationName,
tags,
users,
};