interface ListPlatformsResponse {
    platforms: Platform[];
    totalCount: number;
}

Properties

platforms: Platform[]

List of platforms.

totalCount: number

Total number of platforms.