Skip to content

Instantly share code, notes, and snippets.

@vlio20
Created September 8, 2019 20:02
Show Gist options
  • Save vlio20/0721b5744b13f00dcd99db6db3381f28 to your computer and use it in GitHub Desktop.
Save vlio20/0721b5744b13f00dcd99db6db3381f28 to your computer and use it in GitHub Desktop.
cancelPrevious
class Data {
@cancelPrevious()
getReportData(data: IReportParams): IReportData {
// some code
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment