In TypeScript, if I define an interface MyInterface such as:
MyInterface
interface MyInterface { a ?: string; }
And if I define a function