> ISPO SDK documentation. [HTML](https://ispo.ai/docs/types/core.Supporting_types.ProjectMethod.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Type Alias ProjectMethod

```typescript
ProjectMethod: StaticProjectMethod | ConnectorWireMethodId
```

Types: [StaticProjectMethod](core.Supporting_types.StaticProjectMethod.md), [ConnectorWireMethodId](core.Supporting_types.ConnectorWireMethodId.md)

Every method that can flow through the project RPC contract — the static set plus the descriptor-generated (enumerated) connector wire methods (§18.4). The parametric `connectors.<providerId>.<resource>.<op>` spellings are recognized by the connector registry (`connectorMethodInfo`) and become part of this enumeration when the SDK/tool generation batch wires their arg signatures.
