Interface ForumRoutes

Helper functions to generate URLs to form pages.

Hierarchy

  • ForumRoutes

Properties

Properties

discussion: ((discussion, near?) => string)

Type declaration

    • (discussion, near?): string
    • Parameters

      Returns string

post: ((post) => string)

Type declaration

    • (post): string
    • Parameters

      Returns string

user: ((user) => string)

Type declaration

    • (user): string
    • Parameters

      Returns string

Generated using TypeDoc v0.24.8