We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43042ff commit f1c69e9Copy full SHA for f1c69e9
1 file changed
src/Services/Status.Entities.ts
@@ -23,7 +23,7 @@ export const enum NameEnum {
23
/**
24
* @author Aloento
25
* @since 1.0.0
26
- * @version 0.1.0
+ * @version 0.2.0
27
*/
28
export interface IncidentEntityV2 {
29
title: string;
@@ -35,6 +35,7 @@ export interface IncidentEntityV2 {
35
start_date: string;
36
updates?: UpdateEntityV2[];
37
type: string;
38
+ description?: string;
39
}
40
41
interface UpdateEntityV2 {
0 commit comments