Skip to content

Instantly share code, notes, and snippets.

@NguyenTatNhac
Last active August 30, 2020 16:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NguyenTatNhac/b68a260899917d059d50687806562e45 to your computer and use it in GitHub Desktop.
Save NguyenTatNhac/b68a260899917d059d50687806562e45 to your computer and use it in GitHub Desktop.
declare var AJS: {
I18n: {
getText: (key: string, ...args?: string[]) => string
},
toInit: (initFunc: () => any) => void,
params: {
baseUrl: string
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment