@creator.co/module-identity-client - v1.1.11
    Preparing search index...

    Interface ApiClientProxyDatasource

    Interface for defining a data source for the API client proxy.

    interface ApiClientProxyDatasource {
        api: Api<any>;
        options: IDMOptions;
        session: default;
    }
    Index

    Properties

    Properties

    api: Api<any>

    Represents an API object with a generic type of any.

    The API object with a generic type of any.

    options: IDMOptions

    Represents the options for the IDM (Internet Download Manager).

    session: default