/**
 * @public
 */
export type TKeysOf<T extends object> = (keyof T)[];
//# sourceMappingURL=t-keys-of.d.ts.map