UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 639 B
# CommitDateOptions CommitDateOptions store dates for GIT_AUTHOR_DATE and GIT_COMMITTER_DATE ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **author** | **string** | | [optional] [default to undefined] **committer** | **string** | | [optional] [default to undefined] ## Example ```typescript import { CommitDateOptions } from 'berg'; const instance: CommitDateOptions = { author, committer, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)