Skip to content

Instantly share code, notes, and snippets.

@msarsha
Last active May 5, 2018 08:30
Show Gist options
  • Save msarsha/77c36410fe5313c1755d25f45a17cfc3 to your computer and use it in GitHub Desktop.
Save msarsha/77c36410fe5313c1755d25f45a17cfc3 to your computer and use it in GitHub Desktop.
export interface CaseLogicHandler {
key: any;
doLogic();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment