7 lines
262 B
Haskell
7 lines
262 B
Haskell
{-# OPTIONS_GHC -fno-warn-dodgy-imports #-}
|
|
|
|
module Kubernetes.OpenAPI.ImportMappings (module ImportMappings) where
|
|
|
|
import Kubernetes.OpenAPI.CustomTypes as ImportMappings (Quantity(..))
|
|
import Kubernetes.OpenAPI.CustomTypes as ImportMappings (IntOrString(..))
|