Created
September 8, 2019 20:02
-
-
Save vlio20/0721b5744b13f00dcd99db6db3381f28 to your computer and use it in GitHub Desktop.
cancelPrevious
This file contains hidden or 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
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