Type alias SerializableObject

SerializableObject: z.infer<typeof SerializableObjectSchema>

Represents an object that can be serialized.

This type is inferred from the SerializableObjectSchema using Zod's infer method. It ensures that the object adheres to the structure defined by the schema.

Generated using TypeDoc