Type Alias PromiseResolve

PromiseResolve: ((value: any) => void) & {}

Type definition of function used to resolve a promise