# MethodDefinition

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L767)

Method definition

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `returnType` | `string` |
| `parameters` | `ParameterDefinition[]` |
| `isAsync` | `boolean` |
| `description` | `string` |
| `decorators` | `string[]` |
