@stigg/node-server-sdk - v4.49.0
    Preparing search index...

    Type Alias IntegrationVendorTypeFilterComparison

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

    Properties

    Properties