Skip to content

API Reference


Type Alias: InferIceConfig<T>

InferIceConfig<T> = T extends (env) => Promise<infer Config> ? Config : never

Defined in: types/types.ts:293

Helper type to infer the configuration type from an Ice config function.

Type Parameters

Type Parameter
T