type alias NagItem

A single settings nag item presented to the admin.

Properties

The nag identifier.

label: string

Human-readable description of what needs to be configured.

href: string

Deep link to the settings form where the value can be set.

Usage

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