Type alias LogEventSkeleton

LogEventSkeleton: NoIdObjectSkeletonInterface & {
    payload: string | LogEventPayloadSkeleton;
    source: string;
    timestamp: string;
    type: string;
}

Type declaration