UNPKG

homebridge-config-ui-x

Version:

A web based management, configuration and control platform for Homebridge

6 lines (5 loc) 227 B
import { RouteParamtypes } from '@nestjs/common/enums/route-paramtypes.enum'; import { Paramtype } from '@nestjs/common'; export declare class ParamsTokenFactory { exchangeEnumForString(type: RouteParamtypes): Paramtype; }