Type alias LazyObject<T>

LazyObject<T>: { [ P in keyof T]: Lazy<T[P]> }

Type Parameters

  • T

Generated using TypeDoc