mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 23:19:11 +00:00
25 lines
537 B
TypeScript
25 lines
537 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL mutation operation: scanUser
|
|
// ====================================================
|
|
|
|
export interface scanUser_scanUser {
|
|
__typename: "ScannerResult";
|
|
success: boolean;
|
|
}
|
|
|
|
export interface scanUser {
|
|
/**
|
|
* Scan a single user for new media
|
|
*/
|
|
scanUser: scanUser_scanUser;
|
|
}
|
|
|
|
export interface scanUserVariables {
|
|
userId: string;
|
|
}
|