IntegrationPoint<S>: IntegrationBase & {
    configuration: {
        environments: IntegrationPointEnvironment<S>[];
    };
    type: "POINT";
}

Type Parameters