// This file is auto-generated by @hey-api/openapi-ts

export type ClientOptions = {
  baseUrl: `${string}://${string}/console/api` | (string & {})
}

export type GetMcpOauthCallbackData = {
  body?: never
  path?: never
  query?: never
  url: '/mcp/oauth/callback'
}

export type GetMcpOauthCallbackResponses = {
  200: {
    [key: string]: unknown
  }
}

export type GetMcpOauthCallbackResponse
  = GetMcpOauthCallbackResponses[keyof GetMcpOauthCallbackResponses]
