GatewayEntitlementCreateDispatchData
https://discord.com/developers/docs/topics/gateway-events#entitlement-create
Signature
export type GatewayEntitlementCreateDispatchData = Omit<GatewayEntitlementModifyDispatchData, 'ends_at'> & { ends_at: null;};Members
This export does not declare public properties or methods in the generated declaration file.