Shopee SDK API Reference - v1.11.0
    Preparing search index...

    Interface DeleteGlobalModelResponse

    Response for deleting a global model

    interface DeleteGlobalModelResponse {
        error: string;
        message: string;
        request_id: string;
        response: { model_list: { global_model_id: number; success: boolean }[] };
        result?: { model_list: { global_model_id: number; success: boolean }[] };
    }

    Hierarchy (View Summary)

    • FetchResponse<{ model_list: { global_model_id: number; success: boolean }[] }>
      • DeleteGlobalModelResponse
    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { model_list: { global_model_id: number; success: boolean }[] }

    Type Declaration

    • model_list: { global_model_id: number; success: boolean }[]

      List of deleted model results

    result?: { model_list: { global_model_id: number; success: boolean }[] }

    Type Declaration

    • model_list: { global_model_id: number; success: boolean }[]

      List of deleted model results