2019-03-18 19:44:56 -05:00
|
|
|
{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
|
|
|
|
|
|
|
|
|
|
module Kubernetes.OpenAPI.ImportMappings (module ImportMappings) where
|
|
|
|
|
|
|
|
|
|
import Kubernetes.OpenAPI.CustomTypes as ImportMappings (Quantity(..))
|
2020-10-27 15:36:28 -05:00
|
|
|
import Kubernetes.OpenAPI.CustomTypes as ImportMappings (IntOrString(..))
|