Type Alias SuccessRecord

SuccessRecord: {
    deployment: Deployments;
    name: string;
    type: Modules;
}

A record indicating successful module registration.

Type declaration

  • deployment: Deployments
    • The servers to which the module is deployed.
  • name: string
    • The name of the module.
  • type: Modules
    • The type of the bot module.