# BaseOrganizationModule


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**moduleType** | [**OrganizationModuleType**](OrganizationModuleType.md) |  | [default to undefined]
**superEnabled** | **boolean** |  | [default to undefined]
**requireAuth** | **boolean** |  | [default to undefined]
**enabled** | **boolean** |  | [default to undefined]
**editable** | **boolean** |  | [default to undefined]

## Example

```typescript
import { BaseOrganizationModule } from '@connectedxm/admin-sdk';

const instance: BaseOrganizationModule = {
    id,
    moduleType,
    superEnabled,
    requireAuth,
    enabled,
    editable,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
