Variable RegistryEmailSubscriptionTypeConst
RegistryEmailSubscriptionType: {
ALL_EVENTS: "ALL_EVENTS";
DEFAULT: "DEFAULT";
SUBSCRIBED: "SUBSCRIBED";
UNSUBSCRIBED: "UNSUBSCRIBED";
} = ...
Type Declaration
ReadonlyALL_EVENTS: "ALL_EVENTS"
ReadonlyDEFAULT: "DEFAULT"
ReadonlySUBSCRIBED: "SUBSCRIBED"
ReadonlyUNSUBSCRIBED: "UNSUBSCRIBED"
.. note:: Experimental: This entity may change or be removed in a future release without warning. Email subscription types for registry notifications:
ALL_EVENTS: Subscribed to all events.DEFAULT: Default subscription type.SUBSCRIBED: Subscribed to notifications.UNSUBSCRIBED: Not subscribed to notifications.