mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-04 00:29:09 +00:00
21 lines
535 B
TypeScript
21 lines
535 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: CheckInitialSetup
|
|
// ====================================================
|
|
|
|
export interface CheckInitialSetup_siteInfo {
|
|
__typename: "SiteInfo";
|
|
/**
|
|
* Whether or not the initial setup wizard should be shown
|
|
*/
|
|
initialSetup: boolean;
|
|
}
|
|
|
|
export interface CheckInitialSetup {
|
|
siteInfo: CheckInitialSetup_siteInfo;
|
|
}
|