@constructorfleet/ultimate-govee
Version:
Library for interacting with Govee devices written in Typescript.
11 lines • 548 B
TypeScript
export * from './openapi-channel.service';
export * from './events';
export * from './commands';
export * from './openapi-channel.module';
export declare const OpenAPIChannelModuleOptions: import("./openapi-channel.types").OpenApiChannelModuleOptions & Partial<{
isGlobal: boolean;
}>;
export declare const AsyncOpenAPIChannelModuleOptions: import("@nestjs/common").ConfigurableModuleAsyncOptions<import("./openapi-channel.types").OpenApiChannelModuleOptions, "create"> & Partial<{
isGlobal: boolean;
}>;
//# sourceMappingURL=index.d.ts.map