# PiniaStorePattern

**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#L19)

Pinia store pattern

## Properties

| Property | Type |
|---|---|
| `name` | `string` |
| `storeId` | `string` |
| `line` | `number` |
| `isCompositionAPI` | `boolean` |
| `stateProps` | `Array<{ name: string; type?: string }>` |
| `getters` | `string[]` |
| `actions` | `Array<{ name: string; isAsync: boolean }>` |
