UNPKG

dmirakurun

Version:

Fork of Mirakurun modified to work with dantto4k

10 lines (9 loc) 218 B
import { Operation } from "express-openapi"; export declare const parameters: { in: string; name: string; type: string; maximum: number; required: boolean; }[]; export declare const get: Operation;