UNPKG

create-electron-foundation

Version:

An interactive CLI to bootstrap a modern, type-safe, and scalable Electron application.

9 lines (8 loc) 153 B
export interface NewAPIResource { userId: number title: string body: string } export interface APIResource extends NewAPIResource { id: number }