Type alias LinksCollection<T>

LinksCollection<T>: T & {
    [Name: string]: string;
}

Type Parameters

  • T = {}

Generated using TypeDoc