Type Alias CompletionCallbackFunction

CompletionCallbackFunction: (
    err: Error | undefined,
    data: GatherCompletionRecord,
) => void