Fixes #21186 PR Close #34294
@ -1,5 +1,5 @@
// #docregion item-class
export class Item {
export interface Item {
id: number;
name: string;
}
The note is not visible to the blocked user.