Skip to content

Instantly share code, notes, and snippets.

@jwulf
Last active February 29, 2020 17:05
Show Gist options
  • Save jwulf/efcdc1c36c852b876969d20f384b0079 to your computer and use it in GitHub Desktop.
Save jwulf/efcdc1c36c852b876969d20f384b0079 to your computer and use it in GitHub Desktop.
type GrpcConnectionProfile = 'CAMUNDA_CLOUD' | 'VANILLA'
type Characteristics = any
const ConnectionCharacteristics: {
[key in GrpcConnectionProfile]: Characteristics
} = {
CAMUNDA_CLOUD: {},
VANILLA: {},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment