25 lines
681 B
TypeScript
25 lines
681 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @generated
|
|
// This file was automatically generated and should not be edited.
|
|
|
|
// ====================================================
|
|
// GraphQL query operation: GetBrokerAccountId
|
|
// ====================================================
|
|
|
|
export interface GetBrokerAccountId_lead {
|
|
__typename: "lead";
|
|
agentid: any | null;
|
|
}
|
|
|
|
export interface GetBrokerAccountId {
|
|
/**
|
|
* Лизинговые сделки. statecode по умолчанию 0, можно отфильтровать по ownerid и/или domainName
|
|
*/
|
|
lead: GetBrokerAccountId_lead | null;
|
|
}
|
|
|
|
export interface GetBrokerAccountIdVariables {
|
|
leadid: any;
|
|
}
|