@fermyon/spin-sdk
    Preparing search index...

    Interface RedisResultInt64

    interface RedisResultInt64 {
        tag: "int64";
        val: bigint;
    }
    Index

    Properties

    Properties

    tag: "int64"
    val: bigint