22 lines
550 B
TypeScript
22 lines
550 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: GetRegions
|
|
// ====================================================
|
|
|
|
export interface GetRegions_evo_regions {
|
|
__typename: "evo_region";
|
|
label: string | null;
|
|
value: any | null;
|
|
}
|
|
|
|
export interface GetRegions {
|
|
/**
|
|
* Регион. statecode по умолчанию 0
|
|
*/
|
|
evo_regions: (GetRegions_evo_regions | null)[] | null;
|
|
}
|