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

Get Square location ID from database Returns null if not configured

Return Type

Promise<string | null>

Usage

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