UNPKG

@nimbella/postman-api

Version:

Postman Collection to Nimbella Project: Take your APIs seamlessly into Serverless world with this API

8 lines (7 loc) 220 B
import BaseGenerator from './base-gen'; export default class GeneratorInfo { constructor(variant: string, ext: string, generator: BaseGenerator); variant: string; ext: string; generator: BaseGenerator; }