Type Alias: Config
Config: {
environments
: {production
:Environment
;sandbox
:Environment
; }; }
Type declaration
Name | Type | Defined in |
---|---|---|
environments | {production : Environment ;sandbox : Environment ; } | types.ts:6 |
environments.production | Environment | types.ts:6 |
environments.sandbox | Environment | types.ts:6 |