UNPKG

cberg

Version:

Node.js Client for the Codeberg API

22 lines (14 loc) 520 B
# IssueDeadline IssueDeadline represents an issue deadline ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **due_date** | **string** | | [optional] [default to undefined] ## Example ```typescript import { IssueDeadline } from 'berg'; const instance: IssueDeadline = { due_date, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)