@fluentity/core
    Preparing search index...

    Interface AdapterResponse

    Interface for adapter responses. Contains the response data from the API.

    const response: AdapterResponse = {
    data: { id: 1, name: 'John' }
    };
    interface AdapterResponse {
        data: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: any

    The response data from the API