@typed-discord/rest
Preparing search index...
types
EntitlementResponse
Function EntitlementResponse
EntitlementResponse
(
id
:
`
${
bigint
}
`
,
sku_id
:
`
${
bigint
}
`
,
application_id
:
`
${
bigint
}
`
,
user_id
:
`
${
bigint
}
`
,
deleted
:
boolean
,
starts_at
:
string
|
null
,
ends_at
:
string
|
null
,
type
:
EntitlementTypes
,
optional
?:
Omit
<
EntitlementResponse
,
|
"id"
|
"type"
|
"application_id"
|
"user_id"
|
"sku_id"
|
"deleted"
|
"starts_at"
|
"ends_at"
,
>
,
)
:
EntitlementResponse
Parameters
id
:
`
${
bigint
}
`
sku_id
:
`
${
bigint
}
`
application_id
:
`
${
bigint
}
`
user_id
:
`
${
bigint
}
`
deleted
:
boolean
starts_at
:
string
|
null
ends_at
:
string
|
null
type
:
EntitlementTypes
Optional
optional
:
Omit
<
EntitlementResponse
,
|
"id"
|
"type"
|
"application_id"
|
"user_id"
|
"sku_id"
|
"deleted"
|
"starts_at"
|
"ends_at"
,
>
Returns
EntitlementResponse
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...