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

    Type Alias XOTemplateRoleSlot

    A role entry in an action's requirements block. Declares which role must participate and how many slots are needed.

    type XOTemplateRoleSlot = {
        role: XOTemplateRoleIdentifier;
        slots: XOTemplateRoleSlotsRequirements;
    }
    Index

    Properties

    Properties

    The role identifier that this requirement applies to.

    Slot configuration specifying how many participants of this role are required.