Is this that you want?
interface MyType { id?: number; info: { notImportant?: number; important: string; } }