@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
13 lines • 336 B
TypeScript
import type { Context } from './Context';
export type TaskService = {
context?: Context;
enabled?: boolean;
started?: boolean;
corePoolSize?: number;
daemon?: boolean;
shutdownAllowed?: boolean;
shutdown?: boolean;
terminated?: boolean;
stopped?: boolean;
};
//# sourceMappingURL=TaskService.d.ts.map