EPEvent: Omit<SentEvent, "consentCategory" | "payload"> & {
    id: string;
    payload: string;
}

This is an outgoing prepared event.