aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapbox/Cmd/Internal.elm
blob: 1445e78b73e3930052bd7ea88eeeeb22b2ac67ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module Mapbox.Cmd.Internal exposing (..)

import Json.Encode as Encode exposing (Value)


{-| Options use phantom types to show which commands support them.
-}
type Option support
    = Option String Value


{-| -}
type Supported
    = Supported