export const keys = (o: {}): string[] => { return Object.keys(o) }