Interface GetMetadataForCollectionPayload

interface GetMetadataForCollectionPayload {
    metadataToFetch?: MetadataFetchOptions;
}

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.

MMNEPVFCICPMFPCPTTAAATR