With
@frost-orm/frost-web-client / Exports / With
Type alias: With<T, R, I>
Ƭ With<T
, R
, I
>: T
& Pick
<R
, keyof I
>
Type parameters
Name | Type |
---|---|
T | T |
R | extends Record <PropertyKey , any > |
I | extends IncludeOptions |
@frost-orm/frost-web-client / Exports / With
Ƭ With<T
, R
, I
>: T
& Pick
<R
, keyof I
>
Name | Type |
---|---|
T | T |
R | extends Record <PropertyKey , any > |
I | extends IncludeOptions |