Type alias AvatarShapeType

AvatarShapeType: Omit<PBAvatarShape, "forceRender"> & {
    forceRender?: string[];
}