Type Alias SamplingBreakerSettingsEnum

SamplingBreakerSettingsEnum: SamplingBreakerSettings & {
    type: typeof BREAKER_POLICIES["SAMPLING"];
}

IMPORT_PATH: "@daiso-tech/core/circuit-breaker/policies"