Type Alias PromiseReject

PromiseReject: ((reason?: string) => void) & {}

Type definition of function used to reject a promise