UNPKG

@dodi-smart/nuki-graphql-api

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