Interface FetchMetadataDirectlyPayload

interface FetchMetadataDirectlyPayload {
    uris: string[];
}

Properties

Properties

uris: string[]