Interface BaseMetadata

interface BaseMetadata {
    type?: "character" | "note" | "linklist";
}

Hierarchy (view full)

Properties

Properties

type?: "character" | "note" | "linklist"

Generated using TypeDoc