interface AssignLabelToScreenshotsRequet {
    screenshotIds: number[];
}

Properties

Properties

screenshotIds: number[]