DirectFactRef
A slot's `direct` binding: the canonical field itself, writable when the catalog gives it a writeback.
A slot’s direct binding: the canonical field itself, writable when the catalog gives it a writeback.
Import from @homepages/template-kit.
Signature
Section titled “Signature”export type DirectFactRef<F extends SourceFieldName> = { kind: "direct"; field: F;};