UNPKG

dmirakurun

Version:

Fork of Mirakurun modified to work with dantto4k

11 lines (10 loc) 268 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; }[]; export declare const get: Operation;