Skip to content

Instantly share code, notes, and snippets.

@ChuckJonas
Last active April 20, 2018 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChuckJonas/33cdc5ec47a439f233a590d8dedc4a05 to your computer and use it in GitHub Desktop.
Save ChuckJonas/33cdc5ec47a439f233a590d8dedc4a05 to your computer and use it in GitHub Desktop.
BASS ts-force example
{
"auth": {
"username": "my-dev"
},
"sObjects": [
"Account",
"User",
{
"apiName": "Contact",
"fieldMappings": [
{
"apiName": "A_Really_Bad_Name__c",
"propName": "betterName"
}
]
}
],
"outPath": "./src/generated/sobs.ts"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment