export const blog = type({
headline: "string > 0",
description: "string > 0",
"date_published?": date.or("null"),
date_created: date,
})
export const blog = type({
headline: "string > 0",
description: "string > 0",
"date_published?": date.or("null"),
date_created: date,
})