AniLink - v1.29.2
    Preparing search index...

    Type Alias VariableTypeMappings

    VariableTypeMappings: Readonly<Record<string, unknown>>

    A map of variable names to their expected shapes.

    Values are intentionally unknown so that plain object literals (whose string values widen to string) remain assignable without as const.