Algorand TypeScript Testing
    Preparing search index...

    Type Alias PickPartial<T, K>

    PickPartial: { [P in K]: Partial<T[P]> }

    Type Parameters

    • T
    • K extends keyof T