chatkitty
Version:
OpenAPI client for chatkitty
21 lines (13 loc) • 493 B
Markdown
# SecretResource
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**secret** | **object** | Secret value | [optional] [default to undefined]
## Example
```typescript
import { SecretResource } from 'chatkitty';
const instance: SecretResource = {
secret,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)