Skip to content

Instantly share code, notes, and snippets.

@hmarcelodn
Created July 12, 2022 13:32
Show Gist options
  • Save hmarcelodn/2a7949c848de88dc5fa6bb427777bc72 to your computer and use it in GitHub Desktop.
Save hmarcelodn/2a7949c848de88dc5fa6bb427777bc72 to your computer and use it in GitHub Desktop.
export abstract class Event {
readonly $name: string;
readonly $version: number;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment