// SPDX-FileCopyrightText: 2021 Johannes Loher // // SPDX-License-Identifier: MIT export interface DS4ItemDataPropertiesDataRollable { rollable: boolean; }