UNPKG

@dodi-smart/nuki-graphql-api

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