Left Curve Software Stack
    Preparing search index...

    Type Alias ExactPartial<type>

    ExactPartial: { [key in keyof type]?: type[key] }

    Type Parameters

    • type