EntityHandler type

type EntityHandler<T> = (context: EntityContext<T>) => void