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

    Type Alias PostgresV3DbInt64

    type PostgresV3DbInt64 = {
        tag: "int64";
        val: number;
    }
    Index

    Properties

    Properties

    tag: "int64"
    val: number