Created
April 9, 2019 00:22
-
-
Save dcarroll/0308bcf6128f0684c88ed3616cf6fc7d to your computer and use it in GitHub Desktop.
Twilio config file template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ConfigFile } from "@salesforce/core"; | |
export default class TwilioConfig extends ConfigFile<ConfigFile.Options> { | |
public static getFileName(): string { | |
return 'twilioconfig.json'; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment