Type alias AvatarEquippedDataType

AvatarEquippedDataType: Omit<PBAvatarEquippedData, "forceRender"> & {
    forceRender?: string[];
}