@ -8,6 +8,9 @@ export type Sheet = {
} | {
sheet_type: "spritesheet",
value: Array<Array<number>>,
sheet_type: "none",
value: null,
}
export type SheetType = Sheet["sheet_type"];
The note is not visible to the blocked user.