# BaseFaq


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**slug** | **string** |  | [default to undefined]
**visible** | **boolean** |  | [default to undefined]
**question** | **string** |  | [default to undefined]
**answer** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: BaseFaq = {
    id,
    slug,
    visible,
    question,
    answer,
};
```

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