We have upgraded the product to App Kit and recommend using it for all production deployments. USDCKit will remain available as a private beta product. Thank you.
@circle-fin/usdckit - v0.25.4
    Preparing search index...

    Type Alias Merge<T, U>

    Merge: Assign_<T, U> & U

    Type Parameters

    • T
    • U

    Assigns the properties of U onto T.

    Assign<{ a: string, b: number }, { a: undefined, c: boolean }>
    => { a: undefined, b: number, c: boolean }