Type alias SentinelBaseAutomationPayload<T>

SentinelBaseAutomationPayload<T>: Payload<T & {
    schema: SentinelAutomationSchema;
    type?: "interval" | "change";
    witnesses?: string[];
}>

Type Parameters

  • T extends AnyObject = AnyObject

Generated using TypeDoc