Interface URLData<E>

interface URLData<E> {
    [key: string]: JSONValue | JSONValue[] | URLData | URLData[] | E;
}

Type Parameters

  • E = unknown

Indexable

[key: string]: JSONValue | JSONValue[] | URLData | URLData[] | E

Generated using TypeDoc