### Typing a callback that resoles a promise ``` cb:()=> Promise = () => Promise.resolve(); ```