Skip to content

Instantly share code, notes, and snippets.

@tgfjt
Created January 10, 2020 10:23
Show Gist options
  • Save tgfjt/b3ec419af0d85562f34b859dec489887 to your computer and use it in GitHub Desktop.
Save tgfjt/b3ec419af0d85562f34b859dec489887 to your computer and use it in GitHub Desktop.
/**
* @typedef {Object} MSDocument
* @property {(message: string) => void} showMessage
*/
/**
* @typedef {Object} Context
* @property {MSDocument} document
*/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment