type alias OutboxMessage Properties id: string event: string subject: string payload: string headers: Record<string, string> state: OutboxMessageState attempts: number createdAt: string updatedAt: string optional nextAttemptAt: string optional lastError: string