package http_errors; typedef CreateHttpError = ts.AnyOf2<(arg:Any, rest:haxe.extern.Rest) -> HttpError, (rest:haxe.extern.Rest) -> HttpError>;