UNPKG

kakashi-nextjs-template

Version:

A comprehensive Next.js boilerplate with modern features and best practices.

5 lines 80 B
export interface User { id: string; email: string; name?: string; }