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

    Interface GenericTypeInfo

    Generic or invalid type metadata.

    interface GenericTypeInfo {
        alias?: string;
        type: INVALID | GENERIC;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • GenericTypeInfo
    Index

    Properties

    Properties

    alias?: string