diff --git a/src/Types.elm b/src/Types.elm index baca99d4..a2f5c8b9 100644 --- a/src/Types.elm +++ b/src/Types.elm @@ -29,10 +29,6 @@ type alias Silence = } - --- TODO: Implement Alert. - - type alias AlertGroup = { blocks : List Block , labels : List ( String, String ) @@ -60,10 +56,6 @@ type alias RouteOpts = { receiver : String } - --- TODO: Implement Matcher. - - type alias Matcher = { name : String , value : String