@mobilon-dev/amotop - v0.1.47
    Preparing search index...

    Interface SendRequestOptions

    interface SendRequestOptions {
        data?: Record<string, unknown>;
        headers?: Record<string, string>;
        params?: Record<string, string | number | boolean>;
    }
    Index

    Properties

    data?: Record<string, unknown>
    headers?: Record<string, string>
    params?: Record<string, string | number | boolean>