UNPKG

cberg

Version:

Node.js Client for the Codeberg API

24 lines (16 loc) 677 B
# ListActionRunResponse ListActionRunResponse return a list of ActionRun ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **total_count** | **number** | | [optional] [default to undefined] **workflow_runs** | [**Array<ActionRun>**](ActionRun.md) | | [optional] [default to undefined] ## Example ```typescript import { ListActionRunResponse } from 'berg'; const instance: ListActionRunResponse = { total_count, workflow_runs, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)