AboutSupportDeveloper GuideVersion 2.0.0

Result type for the publishAlertEvent mutation.

interface PublishAlertEventResult {
    publishAlertEvent: {
        successful?: boolean;
    } & Error;
}

Properties

publishAlertEvent: {
    successful?: boolean;
} & Error

Type declaration

  • Optional successful?: boolean

Generated using TypeDoc