Skip to main content
Glama

Squad AI

OpportunityResponse.ts2.09 kB
/* tslint:disable */ /* eslint-disable */ /** * Squad API * API for managing Squad resources * * The version of the OpenAPI document: 4.0.0 * Contact: help@meetsquad.ai * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { mapValues } from '../runtime.js'; import type { OpportunityResponseData } from './OpportunityResponseData.js'; import { OpportunityResponseDataFromJSON, OpportunityResponseDataFromJSONTyped, OpportunityResponseDataToJSON, OpportunityResponseDataToJSONTyped, } from './OpportunityResponseData.js'; /** * Response containing a single opportunity * @export * @interface OpportunityResponse */ export interface OpportunityResponse { [key: string]: any | any; /** * * @type {OpportunityResponseData} * @memberof OpportunityResponse */ data: OpportunityResponseData; } /** * Check if a given object implements the OpportunityResponse interface. */ export function instanceOfOpportunityResponse(value: object): value is OpportunityResponse { if (!('data' in value) || value['data'] === undefined) return false; return true; } export function OpportunityResponseFromJSON(json: any): OpportunityResponse { return OpportunityResponseFromJSONTyped(json, false); } export function OpportunityResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): OpportunityResponse { if (json == null) { return json; } return { ...json, 'data': OpportunityResponseDataFromJSON(json['data']), }; } export function OpportunityResponseToJSON(json: any): OpportunityResponse { return OpportunityResponseToJSONTyped(json, false); } export function OpportunityResponseToJSONTyped(value?: OpportunityResponse | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { ...value, 'data': OpportunityResponseDataToJSON(value['data']), }; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/the-basilisk-ai/squad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server