cberg
Version:
Node.js Client for the Codeberg API
23 lines (15 loc) • 583 B
Markdown
# UserSearch200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**data** | [**Array<User>**](User.md) | | [optional] [default to undefined]
**ok** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { UserSearch200Response } from 'berg';
const instance: UserSearch200Response = {
data,
ok,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)