Type Alias FinallyPromiseHandler

FinallyPromiseHandler: (() => void) | undefined | null

This defines the handler function that is called via the finally when the promise is resolved or rejected