Interface UploadImage

interface UploadImage {
    imageId: string;
    path: string;
    url: string;
}

Properties

Properties

imageId: string
path: string
url: string

Generated using TypeDoc