type alias OpPriorityQueueimport { type OpPriorityQueue } from "https://deno.land/x/effector@effector@23.1.0/src/forest/plan/index.h.ts"; definition: { props: OpPlainQueue; tree: OpPlainQueue; data: OpPlainQueue; rafID: number | null; execQueue: () => void; onDrain?: (() => void) | null; }