Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qonto.com/llms.txt

Use this file to discover all available pages before exploring further.

@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'