Interface ServeImageParams

Gets an image by ID

ID of the image to retrieve

Promise resolving to the image details

interface ServeImageParams {
    imageId: string;
    variantName: string;
}

Properties

Properties

imageId: string
variantName: string