🚈 types.ts

This commit is contained in:
nirholas
2026-03-31 10:23:54 +00:00
parent e8283b6e74
commit 78f0b43de2

View File

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