Operation type

Operation is an async function to be executed and managed by Batch.

type Operation = () => Promise<any>