@duplicis/types - v1.0.0
    Preparing search index...

    Interface ClientConstructor

    interface ClientConstructor {
        new ClientConstructor(): Client;
        instance: Client;
        prototype: ClientPrototype;
    }
    Index

    Constructors

    Properties

    Constructors

    Properties

    instance: Client
    prototype: ClientPrototype