@theredspace/spp-client
    Preparing search index...

    Interface ModuleWrapper

    Wrapper returned by the SOAP call, containing one Module and a status string.

    interface ModuleWrapper {
        Module: Module;
        status: string;
    }
    Index

    Properties

    Properties

    Module: Module

    The Module payload

    status: string

    Status of the read operation