Skip to content

Instantly share code, notes, and snippets.

@AntJanus
Last active June 24, 2019 04:25
Show Gist options
  • Save AntJanus/55a3357e2c844ecc3dd4793e87ff4ce2 to your computer and use it in GitHub Desktop.
Save AntJanus/55a3357e2c844ecc3dd4793e87ff4ce2 to your computer and use it in GitHub Desktop.
interface Callback {
(data: any, error: string): any
}
export function getUserId(id, callback: Callback) {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment