Data pertaining to a specific player Persona piece.

interface PlayerPersonaPiece {
    id: string;
    isDefaultPiece?: boolean;
    packId: string;
    productId: string;
    type: PersonaPieceType;
}

Properties

id: string
isDefaultPiece?: boolean
packId: string
productId: string