@xo-cash/types
    Preparing search index...

    Type Alias XOTemplateRoleSlotsRequirements

    Slot configuration for a role. Declares how many participants of a given role are needed to satisfy the action's requirements.

    type XOTemplateRoleSlotsRequirements = {
        max?: number;
        min: number;
    }
    Index

    Properties

    Properties

    max?: number

    Maximum number of participants allowed for this role. Undefined means unlimited.

    min: number

    Minimum number of participants required for this role.