@molroo-ai/sdk
    Preparing search index...

    Interface ApiResponse<T>

    interface ApiResponse<T> {
        result: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    result: T