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

    Interface TemplateTypeInfo

    TEMPLATE type metadata.

    interface TemplateTypeInfo {
        alias?: string;
        name: string;
        type: TEMPLATE;
    }

    Hierarchy

    • BaseExtraTypeInfo
      • TemplateTypeInfo
    Index

    Properties

    Properties

    alias?: string
    name: string

    Template type name.

    type: TEMPLATE