Mayson Monorepo Documentation
    Preparing search index...
    interface Selection {
        choices: Stripe.Terminal.Reader.Action.CollectInputs.Input.Selection.Choice[];
        id: string;
        text: string;
    }
    Index

    Properties

    Properties

    List of possible choices to be selected

    id: string

    The id of the selected choice

    text: string

    The text of the selected choice