UNPKG

cberg

Version:

Node.js Client for the Codeberg API

25 lines (17 loc) 604 B
# CommitMeta ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **created** | **string** | | [optional] [default to undefined] **sha** | **string** | | [optional] [default to undefined] **url** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CommitMeta } from 'berg'; const instance: CommitMeta = { created, sha, url, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)