UNPKG

@di-zed/yandex-smart-home

Version:

The Yandex Smart Home skills for the different device types.

17 lines (16 loc) 299 B
/** * @author DiZed Team * @copyright Copyright (c) DiZed Team (https://github.com/di-zed/) */ import { Application } from 'express'; /** * Loading Routes. */ export default class Routes { /** * Routes Constructor. * * @param app */ constructor(app: Application); }