Vana SDK - v0.1.0
    Preparing search index...

    Type Alias OptionalKeys<T, K>

    OptionalKeys: Partial<Pick<T, K>> & Omit<T, K>

    Helper type to create an optional type with specific keys

    Type Parameters

    • T
    • K extends keyof T