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