🎠 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:54 +00:00
parent 374ad8f2a0
commit 515260dce8

View File

@@ -25,3 +25,4 @@ export type PolicyLimitsFetchResult = {
error?: string
skipRetry?: boolean // If true, don't retry on failure (e.g., auth errors)
}