UNPKG

@axway/amplify-central-github-extension

Version:

Create Amplify Central resources from Github API Management APIs

15 lines (12 loc) 265 B
export enum ConfigKeys { OUTPUT_DIR = "outputDir", ENVIRONMENT_NAME = "environmentName", ICON = "icon", GIT_TOKEN = "gitToken", GIT_USER_NAME = "gitUserName", REPO = "repo", BRANCH = "branch" } export type Config = { [k in ConfigKeys]: string; };