Type alias FindParams<T, P>

FindParams<T, P>: FindOneParams<T, P> & {
    limit?: number;
}

Type Parameters

Generated using TypeDoc