Twilio config file template
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