Skip to content

Instantly share code, notes, and snippets.

@Stronhold
Created February 10, 2019 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Stronhold/a129e7bbc5d66af77c1ef107d124cc9a to your computer and use it in GitHub Desktop.
Save Stronhold/a129e7bbc5d66af77c1ef107d124cc9a to your computer and use it in GitHub Desktop.
export interface Executioner{
execute(data): void;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment