Type Alias IntegrationSchedulingProvider<S>

IntegrationSchedulingProvider<S>: {
    nylasAccountAccessToken: ConstrainedSecret<S>;
    nylasAccountId: string;
}

Type Parameters