Netanel Basal
Aug 6, 2021

--

You should have an interface:

export interface Environment {

name: 'production' | 'development' | 'qa' | 'staging';

mode: 'production' | 'development';

}

--

--

Netanel Basal
Netanel Basal

Written by Netanel Basal

A FrontEnd Tech Lead, blogger, and open source maintainer. The founder of ngneat, husband and father.

No responses yet