MCPcopy
hub / github.com/markdoc/markdoc / CustomAttributeType

Interface CustomAttributeType

src/types.ts:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50export interface CustomAttributeType {
51 new (): CustomAttributeTypeInterface;
52 readonly prototype: CustomAttributeTypeInterface;
53}
54
55export type Location = {
56 file?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…