@nats-io/nats-core
    Preparing search index...

    Type Alias WithRequired<T, K>

    WithRequired: T & { [P in K]-?: T[P] }

    WithRequired is a utility Type allows a type to specify required fields

    Type Parameters

    • T
    • K extends keyof T