Version: v1On this pageConsensusCallback TypeAliasCallback provided to acquire() and waitAndAcquire() methods. Signature export declare type ConsensusCallback<T> = (value: T) => Promise<ConsensusResult>; Type Parameters Parameter Description T