export type ExtractFromObject = { [K in keyof T]: T[K] extends Type ? K : never; }[keyof T]; //# sourceMappingURL=extract-from-object.d.ts.map