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