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

    Type Alias SpinPostgresV3ValueBoolean

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

    Properties

    Properties

    tag: "boolean"
    val: boolean