Skip to main content

Variable.ApplicationEventType

const ApplicationEventType: {
Create: "create";
Delete: "delete";
Update: "update";
};

Type Declaration

NameType
Create"create"
Delete"delete"
Update"update"