@illavv/run_typer - v4.1.0
    Preparing search index...

    Type Alias MergeSchema<A, B>

    MergeSchema: Prettify<Omit<A, keyof B> & B>

    The schema merge produces. Keys of B win where the two overlap.

    Type Parameters

    • A
    • B