import { DestinyEntitiesItemsDestinyItemComponent } from './destinyEntitiesItemsDestinyItemComponent'; /** * This is the silver available on this Profile across any platforms on which they have purchased silver. This is only available if you are requesting yourself. */ export interface DestinyResponsesDestinyProfileUserInfoCardPlatformSilver { /** * If a Profile is played on multiple platforms, this is the silver they have for each platform, keyed by Membership Type. */ platformSilver?: { [key: string]: DestinyEntitiesItemsDestinyItemComponent; }; }