Interface GetMetadataForCollectionPayload

interface GetMetadataForCollectionPayload {
    metadataToFetch?: MetadataFetchOptions;
}

Hierarchy (view full)

Properties

Properties

metadataToFetch?: MetadataFetchOptions

If present, we will fetch the metadata corresponding to the specified options.

Consider using pruneMetadataToFetch for filtering out previously fetched metadata.