@qonto/embed-sdk / <internal> / src/common/constants / ENVIRONMENTS

Variable: ENVIRONMENTS

const ENVIRONMENTS: object
List of possible environments the SDK can be used in.

Type declaration

LOCAL

LOCAL: string = 'local'

PRODUCTION

PRODUCTION: string = 'production'

STAGING

STAGING: string = 'staging'