A fallback garment set as mentioned in a Collection

interface FallbackGarments {
    bottom?: FallBackGarmentData;
    top?: FallBackGarmentData;
}

Properties

Properties