Framework
FindUniqueArgs<T>
Interface: FindUniqueArgs<T>
Find unique arguments.
Type Parameters
| Type Parameter |
|---|
T |
Properties
| Property | Type |
|---|---|
include? | Record<string, boolean | object> |
select? | Partial<Record<keyof T, boolean>> |
where | UniqueWhere<T> |
