Interface refresh_nfts_of_collection_sync_Result

interface refresh_nfts_of_collection_sync_Result {
    failures: string[];
    successes: string[];
}

Properties

Properties

failures: string[]
successes: string[]