Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHelpProviderRegistrationResponse

The response given after a IHelpProviderRegistrationRequest.

A successful example registration response:

example

{
  type: 'help:register',
  id: 'integration-id',
  status: 'success'
}

Hierarchy

  • IHelpProviderRegistrationResponse

Index

Properties

Properties

id

id: string

The id of the integration.

status

The status of the processed request.

type

type: "help:register"

Will always be HELP_REGISTER_TYPE.

Generated using TypeDoc