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

    Variable xoTemplateRoleSlotSchemaConst

    xoTemplateRoleSlotSchema: ZodObject<
        { role: ZodString; slots: ZodObject<(...), (...)> },
        $strict,
    > = ...

    Validation schema for a role participation requirement in an action's requirements block.

    {
    "actions": {
    "[id]": {
    "requirements": {
    "participants": [
    { "role": "...", "slots": { } } ← this schema
    ]
    }
    }
    }
    }