fix-each-block-duplications
Dominic Gannaway 6 months ago
parent 4d2ee6dab0
commit 194399d67f

@ -52,8 +52,8 @@ export type EachState = {
flags: number; flags: number;
/** items */ /** items */
items: EachItem[]; items: EachItem[];
/** paused items */ /** paused items */
paused: Map<unknown, EachItem> paused: Map<unknown, EachItem>;
}; };
export type EachItem = { export type EachItem = {

Loading…
Cancel
Save