CallbackEvent: {
    callbackSubscriptionId: EntityId;
    dateCreated: IsoDatetime;
    documentSnapshot: DocumentSnapshot;
    externalId?: string;
    id: EntityId;
    kind: CallbackEventKind;
    orgId: EntityId;
    status: CallbackEventStatus;
}

Type declaration

Generated using TypeDoc