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

    Type Alias PostgresV3DbBoolean

    type PostgresV3DbBoolean = {
        tag: "boolean";
        val: boolean;
    }
    Index

    Properties

    Properties

    tag: "boolean"
    val: boolean