interface EncryptedContentRecord

The fields shared by every named, slugged content record whose free-text columns are stored encrypted: the body/meta blobs, the display name, and the /slug permalink paired with its plaintext HMAC blind index (slug_index). Both site pages and news posts build on this.

Properties

content: string
id: number
meta_title: string
name: string
slug: string
slug_index: BlindIndex

Usage

import { type EncryptedContentRecord } from "docs/config.ts";