We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ddsky/gamebrain-api-clients'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
gameResponseOffersInner.ts•542 B
/**
* GameBrain API
* GameBrain API
*
* The version of the OpenAPI document: 1.0.1
* Contact: mail@gamebrain.co
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { GameResponseOffersInnerPrice } from './gameResponseOffersInnerPrice';
export interface GameResponseOffersInner {
price?: GameResponseOffersInnerPrice;
store_name?: string;
platform?: string;
title?: string;
url?: string;
}