module Eventloop.Types.Common where

type EventloopModuleIdentifier = [Char]
type ProcessingDescription = [Char]

type NamedId = [Char]
type NumericId = Int