UNPKG

@dodi-smart/nuki-graphql-api

Version:
8 lines 208 B
import type { Context } from './Context'; export type RangeService = { context?: Context; enabled?: boolean; started?: boolean; stopped?: boolean; }; //# sourceMappingURL=RangeService.d.ts.map