UNPKG

@carto/react-core

Version:
14 lines (13 loc) 292 B
/** * Enum for the different connections providers * @enum {string} * @readonly */ export const Provider = Object.freeze({ BigQuery: 'bigquery', Redshift: 'redshift', Postgres: 'postgres', Snowflake: 'snowflake', Databricks: 'databricks', DatabricksRest: 'databricksRest' });