Type alias AddCustomerToTenantsInput

AddCustomerToTenantsInput: {
    customerIdentifier: CustomerIdentifierInput;
    tenantIdentifiers: TenantIdentifierInput[];
}

Type declaration

Generated using TypeDoc