UNPKG

epps

Version:

Enhances Pinia stores with advanced features such as persistence, encryption, and store extension. Simplifies state management and ensures data security for Vue.js and Nuxt applications.

7 lines (6 loc) 145 B
import type { Item } from "./item"; export interface Contact extends Item { firstname?: string; email?: string; lastname?: string; }