Pathfinder 1e for Foundry VTT
    Preparing search index...

    Type Alias Prettify<T>

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

    Hack to uncollapse types so they show in their entirety

    Type Parameters

    • T
    type foo = Prettify<someType & { ...stuff }>