OrderKuota-Wrapper - v1.0.9
    Preparing search index...

    Interface ApiResponse<T>

    Generic API response

    interface ApiResponse<T = any> {
        message?: string;
        results?: T;
        success?: boolean;
        [key: string]: any;
    }

    Type Parameters

    • T = any

    Indexable

    • [key: string]: any

      Additional data

    Index

    Properties

    message?: string

    Response message

    results?: T

    Response data

    success?: boolean

    Success status