@adviser/cement - v0.0.0
    Preparing search index...

    Type Alias WithKey<X, K>

    WithKey: X & { key: K }

    Type helper that adds a key property to a context object.

    Type Parameters

    • X extends NonNullable<object>

      The context type

    • K

      The key type