UNPKG

@useapi/midjourney-api

Version:

TypeScript client library for Midjourney API by useapi.net

21 lines (20 loc) 586 B
import { JobResponseEmbedsInnerImage } from '../models/JobResponseEmbedsInnerImage'; export declare class JobResponseEmbedsInner { 'type'?: string; 'description'?: string; 'image'?: JobResponseEmbedsInnerImage; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }