Skip to content

Instantly share code, notes, and snippets.

@apiv
Created November 11, 2017 01:03
Show Gist options
  • Save apiv/214cfcc162eaacb8ec0216ee73f4338c to your computer and use it in GitHub Desktop.
Save apiv/214cfcc162eaacb8ec0216ee73f4338c to your computer and use it in GitHub Desktop.
type Options = {
action: string,
type: string,
data: {},
params: {},
tolerance?: number,
debounce?: boolean
}
const performAction = (options: Options) => {
/* ... codes will run in here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment