FactoryParam<T>: {
    [P in keyof T]?: FactoryParamAny<T[P]>
}

Type Parameters

  • T

Generated using TypeDoc