/** * Model: GetImages200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface GetImages200Response { /** For successful requests, this value is always `null`. */ err: string; /** A map from node IDs to URLs of the rendered images. */ images: { [key: string]: string; }; } //# sourceMappingURL=get-images200-response.d.ts.map