mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Fixed Travis build
This commit is contained in:
2
http-link-header/index.d.ts
vendored
2
http-link-header/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user