@dypai-ai/client-sdk - v1.12.0
    Preparing search index...

    Interface ApiRequestOptions

    interface ApiRequestOptions {
        apiKey?: string;
        params?: Record<string, any>;
        showToasts?: boolean;
        token?: string;
    }
    Index

    Properties

    apiKey?: string
    params?: Record<string, any>
    showToasts?: boolean
    token?: string