26 lines
669 B
TypeScript

/* tslint:disable */
/* eslint-disable */
// @generated
// This file was automatically generated and should not be edited.
// ====================================================
// GraphQL query operation: GetDealerPerson
// ====================================================
export interface GetDealerPerson_salon_providers {
__typename: "account";
label: string | null;
value: any | null;
}
export interface GetDealerPerson {
/**
* Поставщики ЮЛ салона. statecode по умолчанию 0
*/
salon_providers: (GetDealerPerson_salon_providers | null)[] | null;
}
export interface GetDealerPersonVariables {
dealerId: any;
}