Type alias InferWithParams<Type, Params>

InferWithParams<Type, Params>: Infer<Type> & {
    params?: Params;
}

Type Parameters