export const getKeys = >(o: T): (keyof T)[] => Object.keys(o);