let\'s suppose we have this interface:
interface MyInterface { content: string; }
used by these three functions:
function fn1&