UNPKG

@dodi-smart/nuki-graphql-api

Version:
15 lines 403 B
import type { Application } from './Application'; import type { Context } from './Context'; import type { Logger } from './Logger'; export type Restlet = { author?: string; context?: Context; description?: string; name?: string; owner?: string; started?: boolean; logger?: Logger; stopped?: boolean; application?: Application; }; //# sourceMappingURL=Restlet.d.ts.map