Interface DeleteImage

interface DeleteImage {
    filename: string;
    token: string;
}

Properties

Properties

filename: string
token: string