Created
May 7, 2022 00:31
-
-
Save lamoboos223/ccf446db8c615bfd4ca0b529cb87d767 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public enum EventTypes { | |
ORDER_CREATED, | |
ORDER_SERVING, | |
ORDER_CANCELLED, | |
ORDER_SERVED, | |
ORDER_UPDATED, | |
ORDER_DELETED | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment