Skip to main content
Glama

Squad AI

DeleteTopic200ResponseData.ts1.84 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'; /** * Success message data * @export * @interface DeleteTopic200ResponseData */ export interface DeleteTopic200ResponseData { [key: string]: any | any; /** * Success message * @type {string} * @memberof DeleteTopic200ResponseData */ message: string; } /** * Check if a given object implements the DeleteTopic200ResponseData interface. */ export function instanceOfDeleteTopic200ResponseData(value: object): value is DeleteTopic200ResponseData { if (!('message' in value) || value['message'] === undefined) return false; return true; } export function DeleteTopic200ResponseDataFromJSON(json: any): DeleteTopic200ResponseData { return DeleteTopic200ResponseDataFromJSONTyped(json, false); } export function DeleteTopic200ResponseDataFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeleteTopic200ResponseData { if (json == null) { return json; } return { ...json, 'message': json['message'], }; } export function DeleteTopic200ResponseDataToJSON(json: any): DeleteTopic200ResponseData { return DeleteTopic200ResponseDataToJSONTyped(json, false); } export function DeleteTopic200ResponseDataToJSONTyped(value?: DeleteTopic200ResponseData | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { ...value, 'message': value['message'], }; }

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