UNPKG

cberg

Version:

Node.js Client for the Codeberg API

22 lines (14 loc) 591 B
# UpdateRepoAvatarOption UpdateRepoAvatarUserOption options when updating the repo avatar ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **image** | **string** | image must be base64 encoded | [optional] [default to undefined] ## Example ```typescript import { UpdateRepoAvatarOption } from 'berg'; const instance: UpdateRepoAvatarOption = { image, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)