UNPKG

mirakurun

Version:

DVR Tuner Server for Japanese TV.

17 lines (16 loc) 376 B
import { Operation } from "express-openapi"; import * as apid from "../../../../../api"; export declare const parameters: ({ in: string; name: string; type: string; enum: apid.ChannelType[]; required: boolean; } | { in: string; name: string; type: string; required: boolean; enum?: undefined; })[]; export declare const get: Operation;