@quack-protocol/sdk - v0.1.0
    Preparing search index...

    Interface AnyTypeInfo

    ANY type metadata.

    interface AnyTypeInfo {
        alias?: string;
        castScore: bigint;
        targetType: LogicalType;
        type: ANY;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • AnyTypeInfo
    Index

    Properties

    alias?: string
    castScore: bigint

    DuckDB cast score.

    targetType: LogicalType

    Target type.

    type: ANY