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

    Variable xoTemplatePrimitiveTypeSchemaConst

    xoTemplatePrimitiveTypeSchema: ZodEnum<
        {
            bigint: "bigint";
            boolean: "boolean";
            bytes: "bytes";
            integer: "integer";
            private_key: "private_key";
            public_key: "public_key";
            string: "string";
        },
    > = ...

    Validation schema for a primitive type identifier. Defines the set of primitive types that can be declared in an XO template. Used by constants, variables, and data fields.