Interface ImageFile

interface ImageFile {
    delete_token: string;
    file: string;
}

Properties

Properties

delete_token: string
file: string