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.

6 lines (5 loc) 124 B
import type { Contact } from "./contact"; export interface User extends Contact { lists?: any; password?: string; }