shajara API
    Preparing search index...

    Type Alias Echo<Sigil>

    Echo: NonNullable<Sigil[typeof ECHO_TOKEN]> extends readonly [infer EchoValue]
        ? EchoValue
        : never

    Echo value delivered back to a sigil after interpretation.

    Type Parameters