Preparing search index...
The search index is not available
Valorem SDK Docs - v0.0.12
Valorem SDK Docs
<internal>
Omit
Type alias Omit<T, K>
Omit
<
T
,
K
>
:
Pick
<
T
,
Exclude
<
keyof
T
,
K
>
>
Construct a type with the properties of T except for those in type K.
Type Parameters
T
K
extends
keyof
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Valorem SDK Docs - v0.0.12
<internal>
Account_OrderBy
Action
ClaimBucket_OrderBy
Claim_OrderBy
DayData_OrderBy
DecimalValue_OrderBy
Erc1155Balance_OrderBy
Erc1155Contract_OrderBy
Erc1155Operator_OrderBy
Erc1155Token_OrderBy
Erc1155Transfer_OrderBy
Event_OrderBy
ItemType
OptionTypeBucket_OrderBy
OptionType_OrderBy
OrderDirection
OrderType
TokenDayData_OrderBy
Token_OrderBy
Transaction_OrderBy
Loading...
Generated using
TypeDoc
Construct a type with the properties of T except for those in type K.