Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 3.2 KB

File metadata and controls

22 lines (16 loc) · 3.2 KB

ChangeEntity

ChangeEntity model

Example Usage

import { ChangeEntity } from "firehydrant-typescript-sdk/models/components";

let value: ChangeEntity = {};

Fields

Field Type Required Description
id string UUID of the Change
summary string Description of the Change
createdAt Date The time the change entry was created
updatedAt Date N/A
labels components.ChangeEntityLabels Arbitrary key/value pairs of labels.
description string Description of the Change