Type alias IntegrationVendorTypeFilterComparison

IntegrationVendorTypeFilterComparison: { eq?: InputMaybe<VendorType>; in?: InputMaybe<VendorType[]>; neq?: InputMaybe<VendorType>; notIn?: InputMaybe<VendorType[]> }

Type declaration