cberg
Version:
Node.js Client for the Codeberg API
24 lines (16 loc) • 587 B
Markdown
# GPGKeyEmail
GPGKeyEmail an email attached to a GPGKey
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**email** | **string** | | [optional] [default to undefined]
**verified** | **boolean** | | [optional] [default to undefined]
## Example
```typescript
import { GPGKeyEmail } from 'berg';
const instance: GPGKeyEmail = {
email,
verified,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)