/* tslint:disable */ /* eslint-disable */ // @generated // This file was automatically generated and should not be edited. // ==================================================== // GraphQL query operation: GetFinDepartment // ==================================================== export interface GetFinDepartment_agent { __typename: "account"; label: string | null; value: any | null; } export interface GetFinDepartment { agent: GetFinDepartment_agent | null; } export interface GetFinDepartmentVariables { agentid: any; }