# PiniaActionPattern

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/utils/pinia-pattern-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/utils/pinia-pattern-detector.ts#L59)

Pinia action pattern

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `storeName` | `string` |
| `line` | `number` |
| `isAsync` | `boolean` |
| `asyncGroup` | `{
    type: 'start' | 'success' | 'failure';
    baseName: string;
  }` |
