type alias LogCategory

Log categories for debug logging

Definition

"Setup"
| "Webhook"
| "Payment"
| "Auth"
| "Stripe"
| "Square"
| "Domain"
| "Email"

Usage

import { type LogCategory } from "doc.ts";