Reminist - v1.0.6
    Preparing search index...

    Enumeration NodeType

    Enum representing the different types of routing nodes.

    Index

    Enumeration Members

    CatchAll: 2

    A catch-all segment that matches multiple levels (e.g., '[...slug]')

    Dynamic: 1

    A dynamic segment with a parameter (e.g., ':id' or '[id]')

    OptionalCatchAll: 3

    An optional catch-all segment (e.g., '[[...slug]]')

    Static: 0

    A literal path segment (e.g., 'users')

    Wildcard: 4

    A wildcard segment (e.g., '*')