UNPKG

yadop

Version:
7 lines (6 loc) 183 B
import { Yadop } from "./yadop"; import { AttributeType } from "./attributeType"; export interface Method extends Yadop { params?: AttributeType[]; returns?: AttributeType; }