export type KeyOf<T> = Array<keyof T>;
