Skip to main content

Variable.EventType

const EventType: {
Claim: "claim";
Create: "create";
Delete: "delete";
Publish: "publish";
Scan: "scan";
Transfer: "transfer";
Update: "update";
};

Type Declaration

NameType
Claim"claim"
Create"create"
Delete"delete"
Publish"publish"
Scan"scan"
Transfer"transfer"
Update"update"