{-# LANGUAGE TypeOperators #-}{-# LANGUAGE DataKinds #-}moduleEndpoints.APILib(API)whereimportServantimportEndpoints.WellKnownClientEndpointimportEndpoints.WellKnownSupportEndpointimportEndpoints.VersionsEndpointtypeAPI=WellKnownClientAPI:<|>WellKnownSupportAPI:<|>VersionsAPI