sej
    Preparing search index...

    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.