IntegrationScheduling<S>: IntegrationBase & {
    configuration: {
        providers: IntegrationSchedulingProvider<S>[];
    };
    type: "SCHEDULING";
}

Type Parameters