UNPKG

node-vk-sdk

Version:

VK API SDK for Node.js

9 lines (7 loc) 153 B
import {Type} from "./Type"; export default class CustomPrimitiveType implements Type { constructor( readonly name: string, ) { } }