From 95acc4abc2d35df6d6713965055a36a00f435e05 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Mon, 6 Jun 2022 22:14:20 -0700 Subject: [PATCH] Add spec_url to TypeScript typedef (#16569) --- types.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types.d.ts b/types.d.ts index 92ed914e9328e6..35470a569648a6 100644 --- a/types.d.ts +++ b/types.d.ts @@ -289,6 +289,11 @@ export interface CompatStatement { */ mdn_url?: string; + /** + * An optional URL or array of URLs, each of which is for a specific part of a specification in which this feature is defined. Each URL must contain a fragment identifier. + */ + spec_url?: string | string[]; + /** * Each `__compat` object contains support information. *