function encryptedSeoContentSchema
encryptedSeoContentSchema(
encrypt: EncryptFn,
decrypt: DecryptFn,
): unknown

Shared encrypted SEO/content columns for operator-authored pages (site pages, news posts): the markdown body plus the meta pair.

Parameters

encrypt: EncryptFn
decrypt: DecryptFn

Return Type

unknown

Usage

import { encryptedSeoContentSchema } from "docs/database.ts";