> ## Documentation Index
> Fetch the complete documentation index at: https://fastmcp-ts.docs.prefect.io/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenAPIComponent

```ts theme={null}
type OpenAPIComponent = 
  | OpenAPIToolComponent
  | OpenAPIResourceComponent
  | OpenAPIResourceTemplateComponent;
```

Defined in: [server/openapi/types.ts:136](https://github.com/PrefectHQ/fastmcp-ts/blob/main/src/server/openapi/types.ts#L136)
