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

    Variable xoTemplateIconSchemaConst

    xoTemplateIconSchema: ZodObject<{ hash: ZodString; name: ZodString }, $strict> = ...

    Validation schema for an icon reference.

    {
    "icons": [
    { "name": "...", "hash": "..." } ← this schema
    ]
    }