Variable ThirdPartyServiceTypeEnumConst

ThirdPartyServiceTypeEnum: {
    Aws: "aws";
    Gcm: "gcm";
    Github: "github";
    Twilio: "twilio";
} = ...

Type declaration

  • Readonly Aws: "aws"
  • Readonly Gcm: "gcm"
  • Readonly Github: "github"
  • Readonly Twilio: "twilio"

Generated using TypeDoc