Skip to main content
Glama

Squad AI

CreateFeedbackDocumentResponse.ts2.38 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 { CreateFeedbackDocumentResponseData } from './CreateFeedbackDocumentResponseData.js'; import { CreateFeedbackDocumentResponseDataFromJSON, CreateFeedbackDocumentResponseDataFromJSONTyped, CreateFeedbackDocumentResponseDataToJSON, CreateFeedbackDocumentResponseDataToJSONTyped, } from './CreateFeedbackDocumentResponseData.js'; /** * Uploaded document information * @export * @interface CreateFeedbackDocumentResponse */ export interface CreateFeedbackDocumentResponse { [key: string]: any | any; /** * * @type {CreateFeedbackDocumentResponseData} * @memberof CreateFeedbackDocumentResponse */ data: CreateFeedbackDocumentResponseData; } /** * Check if a given object implements the CreateFeedbackDocumentResponse interface. */ export function instanceOfCreateFeedbackDocumentResponse(value: object): value is CreateFeedbackDocumentResponse { if (!('data' in value) || value['data'] === undefined) return false; return true; } export function CreateFeedbackDocumentResponseFromJSON(json: any): CreateFeedbackDocumentResponse { return CreateFeedbackDocumentResponseFromJSONTyped(json, false); } export function CreateFeedbackDocumentResponseFromJSONTyped(json: any, ignoreDiscriminator: boolean): CreateFeedbackDocumentResponse { if (json == null) { return json; } return { ...json, 'data': CreateFeedbackDocumentResponseDataFromJSON(json['data']), }; } export function CreateFeedbackDocumentResponseToJSON(json: any): CreateFeedbackDocumentResponse { return CreateFeedbackDocumentResponseToJSONTyped(json, false); } export function CreateFeedbackDocumentResponseToJSONTyped(value?: CreateFeedbackDocumentResponse | null, ignoreDiscriminator: boolean = false): any { if (value == null) { return value; } return { ...value, 'data': CreateFeedbackDocumentResponseDataToJSON(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