Pretty
@daydreamsai/core / Pretty
Type Alias: Pretty<type>
Pretty<
type
> ={ [key in keyof type]: type[key] }
&unknown
Defined in: packages/core/src/types.ts:504
Utility type to flatten and preserve type information for better TypeScript inference
Type Parameters
type
type
The type to make pretty