UNPKG

@useapi/midjourney-api

Version:

TypeScript client library for Midjourney API by useapi.net

64 lines 1.76 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.JobResponseAttachmentsInner = void 0; var JobResponseAttachmentsInner = (function () { function JobResponseAttachmentsInner() { } JobResponseAttachmentsInner.getAttributeTypeMap = function () { return JobResponseAttachmentsInner.attributeTypeMap; }; JobResponseAttachmentsInner.discriminator = undefined; JobResponseAttachmentsInner.attributeTypeMap = [ { "name": "proxyUrl", "baseName": "proxy_url", "type": "string", "format": "" }, { "name": "size", "baseName": "size", "type": "number", "format": "" }, { "name": "url", "baseName": "url", "type": "string", "format": "" }, { "name": "width", "baseName": "width", "type": "number", "format": "" }, { "name": "contentType", "baseName": "content_type", "type": "string", "format": "" }, { "name": "filename", "baseName": "filename", "type": "string", "format": "" }, { "name": "height", "baseName": "height", "type": "number", "format": "" }, { "name": "id", "baseName": "id", "type": "string", "format": "" } ]; return JobResponseAttachmentsInner; }()); exports.JobResponseAttachmentsInner = JobResponseAttachmentsInner; //# sourceMappingURL=JobResponseAttachmentsInner.js.map