Interface LinkerOptions<Dependencies>

interface LinkerOptions<Dependencies> {
    metaizer?: Metaizer<Dependencies>;
}

Type Parameters

  • Dependencies extends any[]

Properties

Properties

A Metaizer that gets the meta about the link.

Generated using TypeDoc