export interface EmptyObject {} export function getKeys(object: Obj) { // fix the type return Object.keys(object) as Array }