import { HubResource } from '../../hub-resource.enum'; export type ServicesModuleOptions = { resource?: HubResource; };