interface UpdateScreenshotRequest {
    name: string;
    storageId: number;
    usePreviousTags?: boolean;
}

Properties

name: string
storageId: number
usePreviousTags?: boolean