# ServiceMethod

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts#L58)

## Properties

| Property | Type |
|---|---|
| `service` | `string` |
| `method` | `string` |
| `filePath` | `string` |
| `lineNumber` | `number` |
| `calls` | `MethodCall[]` |
| `calledBy` | `MethodCaller[]` |
