Interface for the fields required during the initialization of a MetalRetriever instance. It extends the BaseRetrieverInput interface and adds a client field of type Metal.

interface MetalRetrieverFields {
    client: MetalSDK;
}

Hierarchy (view full)

Properties

Properties

client: MetalSDK

Generated using TypeDoc