| 421 | }) |
| 422 | |
| 423 | interface ISRConfigOptions { |
| 424 | fallback?: 'html' | 'json' |
| 425 | } |
| 426 | function getISRConfig(expirationSeconds: number, options: ISRConfigOptions = {}) { |
| 427 | if (options.fallback) { |
| 428 | return { |
nothing calls this directly
no outgoing calls
no test coverage detected