We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a138208 commit a22cd63Copy full SHA for a22cd63
index.d.ts
@@ -186,9 +186,9 @@ export interface User {
186
/**
187
* Marker ids to which the user belongs.
188
* @defaultValue Ignored by renderer.
189
- * @since 0.3.5
+ * @since NEXT
190
*/
191
- markers?: string;
+ markers?: string[];
192
}
193
194
export interface ProblemStatistics {
0 commit comments