CallbackOptionsCopyimport type { CallbackOptions } from "https://raw.githubusercontent.com/takker99/async-lib/0.2.0/mod.ts";interface CallbackOptions {forceQueued?: boolean;}§Properties§forceQueued?: boolean[src]