CountBreakerSettingsEnum: CountBreakerSettings & {
    type: typeof BREAKER_POLICIES["COUNT"];
}

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