UNPKG

@eclipsejs/cli

Version:

Inject environment variables on runtime

9 lines (8 loc) 166 B
export interface CreateSecretDto { name: string; value: string; environment: string; component: string; projectId: string; ownerId: string; }