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

    Interface DeleteModelResponse

    Response for deleting models

    interface DeleteModelResponse {
        error: string;
        message: string;
        request_id: string;
        response: { success: boolean };
        result?: { success: boolean };
    }

    Hierarchy (View Summary)

    Index

    Properties

    error: string
    message: string
    request_id: string
    response: { success: boolean }

    Type Declaration

    • success: boolean

      Success status

    result?: { success: boolean }

    Type Declaration

    • success: boolean

      Success status