Keeta LogoKeeta Logo@keetanetwork/keetanet-client
    Preparing search index...

    Interface Constructor<T>

    interface Constructor<T> {
        new Constructor(...args: any[]): T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Constructors

    Constructors

    • Parameters

      • ...args: any[]

      Returns T