ContributionNodeQueryResult interface
貢獻節點查詢的結果。 包裝產生的貢獻節點和提供者詳細資料。
屬性
| nodes | 貢獻 ID 對應至對應節點。 |
| provider |
提供者識別碼對應至對應的提供者詳細資料物件。 |
屬性詳細資料
nodes
貢獻 ID 對應至對應節點。
nodes: {[key: string]: ClientContributionNode}
屬性值
{[key: string]: ClientContributionNode}
providerDetails
提供者識別碼對應至對應的提供者詳細資料物件。
providerDetails: {[key: string]: ClientContributionProviderDetails}
屬性值
{[key: string]: ClientContributionProviderDetails}