interface ImageResponse {
    id: string;
    request: (() => Promise<ImageResult>);
}

Properties

Properties

id: string
request: (() => Promise<ImageResult>)

Type declaration