Interface QueueEventPayloads

interface QueueEventPayloads {
    PARENT_PROCESS_EVENT: ParentProcessDataPayload;
}

Properties

PARENT_PROCESS_EVENT: ParentProcessDataPayload