function getTermsAndConditionsFromDb
getTermsAndConditionsFromDb(): Promise<string | null>

Get terms and conditions text from database (30m cached). Returns null if not configured.

Return Type

Promise<string | null>

Usage

import { getTermsAndConditionsFromDb } from "doc.ts";