Interface APIAccountToy

Individual item from APIAccountToysCollectionSummary

interface APIAccountToy {
    is_favorite?: boolean;
    toy: refStruct;
}

Properties

Properties

is_favorite?: boolean