IntegrationBPOINT<S>: IntegrationBase & {
    configuration: {
        environments: IntegrationBPOINTEnvironment<S>[];
    };
    type: "BPOINT";
}

Type Parameters