LinkFunctions: {
    charges: ((item, links) => void);
} = ...

Type declaration

  • charges: ((item, links) => void)
      • (item, links): void
      • Parameters

        • item: any
        • links: any

        Returns void

Generated using TypeDoc