Used to call the dddice API

interface IDicePile {
    dieType: IDieType;
    theme: string;
}

Properties

Properties

dieType: IDieType

Die type to roll

theme: string

Theme slug to roll

Generated using TypeDoc