@dodi-smart/nuki-graphql-api
Version:
Nuki GraphQL API
15 lines • 403 B
TypeScript
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