Interface RemoveCardFromDeckSettings

interface RemoveCardFromDeckSettings {
    autoUpdateCardNumber?: boolean;
}

Hierarchy (view full)

Properties

autoUpdateCardNumber?: boolean

Indicate if the card count is automatically updated when a card is added or removed.

Generated using TypeDoc