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

    Variable xoTemplateViewPropertiesSchemaConst

    xoTemplateViewPropertiesSchema: ZodObject<
        { description: ZodString; icon: ZodOptional<(...)>; name: ZodString },
        $strict,
    > = ...

    Validation schema for view properties shared across many template elements i.e. name, description, icon. Extended by most other schemas in this file.