Aug 6, 2021
You should have an interface:
export interface Environment {
name: 'production' | 'development' | 'qa' | 'staging';
mode: 'production' | 'development';
}
You should have an interface:
export interface Environment {
name: 'production' | 'development' | 'qa' | 'staging';
mode: 'production' | 'development';
}
A FrontEnd Tech Lead, blogger, and open source maintainer. The founder of ngneat, husband and father.