Fixed Travis build

This commit is contained in:
Christian Rackerseder
2016-12-05 12:03:53 +01:00
parent c2711053cd
commit c513911e7e

View File

@@ -9,7 +9,7 @@ export interface Reference {
title?: string;
}
export interface Link {
refs: Array<Reference>;
refs: Reference[];
has: (attribute: string, value: string) => boolean;
get: (attribute: string, value: string) => Reference;
rel: (value: string) => Reference;