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

    Interface UnboundTypeInfo

    UNBOUND type metadata.

    interface UnboundTypeInfo {
        alias?: string;
        catalog?: string;
        name?: string;
        schema?: string;
        type: UNBOUND;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • UnboundTypeInfo
    Index

    Properties

    alias?: string
    catalog?: string

    Optional catalog name.

    name?: string

    Unbound type name.

    schema?: string

    Optional schema name.

    type: UNBOUND