UNPKG

@eclipsejs/cli

Version:

Inject environment variables on runtime

9 lines (8 loc) 145 B
export interface User { _id?: string; name: string; email: string; sub: string; createdAt: string; projects: string[]; }