std
    Preparing search index...

    Type Alias Prettify<T>

    Prettify: { [K in keyof T]: T[K] } & {}

    Flattens a complex object type down into a single object. Super useful when using joins with Omit and other helpers without needing to reveal the base type.

    Type Parameters

    • T