UNPKG

@namcaodev/postman-codegen

Version:

Auto generate all file typescript, query options, mutation options of tanstack query from postman json

6 lines (5 loc) 344 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.QUICK_TYPE_SPECIAL_CHARACTERS = exports.BASE_POSTMAN_DOCUMENT_API_URL = void 0; exports.BASE_POSTMAN_DOCUMENT_API_URL = 'https://api.postman.com/collections'; exports.QUICK_TYPE_SPECIAL_CHARACTERS = ["api", "id", "http", "url", "json", "xml", "html", "sql"];