IntegrationTrim<S>: IntegrationBase & {
    configuration: {
        environments: IntegrationTrimEnvironment<S>[];
    };
    type: "TRIM";
}

Type Parameters