@ptkl/sdk - v1.3.4
    Preparing search index...

    Interface RatchetQueryResponse<T>

    interface RatchetQueryResponse<T = any> {
        data: T;
        status: boolean;
    }

    Type Parameters

    • T = any
    Index

    Properties

    Properties

    data: T
    status: boolean