mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 18:19:11 +00:00
20 lines
514 B
TypeScript
20 lines
514 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL mutation operation: setConcurrentWorkers
|
|
// ====================================================
|
|
|
|
export interface setConcurrentWorkers {
|
|
/**
|
|
* Set max number of concurrent scanner jobs running at once
|
|
*/
|
|
setScannerConcurrentWorkers: number
|
|
}
|
|
|
|
export interface setConcurrentWorkersVariables {
|
|
workers: number
|
|
}
|