Modern React Template - v0.0.10
    Preparing search index...

    Variable postSchemaConst

    postSchema: ZodObject<
        {
            authorId: ZodUUID;
            content: ZodString;
            createdAt: ZodISODateTime;
            id: ZodUUID;
            title: ZodString;
            updatedAt: ZodISODateTime;
        },
        $strip,
    > = ...

    Post Schema

    Validates blog post or article data from the API.