/**
 * @public
 */
export type TKeysOf<T extends object> = (keyof T)[];