Interface GetAddonsResponse

GetAddonsResponse ($ref: "Addons.GetAddons.Response") Response structure for the GetAddons method.

interface GetAddonsResponse {
    addons: AddonDetails[];
    limits: ListLimitsReturned;
}

Properties

Properties

addons: AddonDetails[]