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 dc563e8 commit d7a2cd1Copy full SHA for d7a2cd1
src/types.ts
@@ -105,6 +105,20 @@ export interface APIProjectDetails {
105
has_annualDependencyRefresh_policy: boolean | null
106
}
107
108
+/**
109
+ * Checklist schema
110
+ */
111
+export interface APIChecklistItem {
112
+ id: number
113
+ author: string
114
+ title: string
115
+ description: string
116
+ code_name: string
117
+ url: string
118
+ created_at: string
119
+ updated_at: string
120
+}
121
+
122
/**
123
* Error object as defined in the OpenAPI schema
124
*/
0 commit comments