UNPKG

@eclipsejs/cli

Version:

Inject environment variables on runtime

9 lines (8 loc) 171 B
import { Secret } from './Secret.type'; export interface Project { _id: string; name: string; createdAt: string; ownerId: string; secrets: Secret[]; }