Interface ServeImageResponse

Serve Image response

interface ServeImageResponse {
    url: string;
}

Properties

Properties

url: string