UNPKG

node-vk-sdk

Version:

VK API SDK for Node.js

12 lines (10 loc) 241 B
import {Type} from "../types/Type"; export default class ApiMethodParam { constructor( readonly name: string, readonly type: Type, readonly required: boolean, readonly description: string ) { } }