Type Alias RecordInteractionInput

RecordInteractionInput: {
    playerId: string;
    role: WorldInteractionRole;
    text: string;
}