function updateTermsAndConditions
updateTermsAndConditions(text: string): Promise<void>

Update terms and conditions text Pass empty string to clear

Parameters

text: string

Return Type

Promise<void>

Usage

import { updateTermsAndConditions } from "doc.ts";