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

Get the custom domain last validated timestamp. Returns null if never validated.

Return Type

Promise<string | null>

Usage

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