From 57cb0c503302bd401cc90c8836d014bd0f4bd003 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Thu, 31 May 2018 18:15:05 -0700 Subject: [PATCH] fix: add optional url type to user plugins --- src/pjson.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pjson.ts b/src/pjson.ts index aaa3cd03..c28eb4d7 100644 --- a/src/pjson.ts +++ b/src/pjson.ts @@ -80,6 +80,7 @@ export namespace PJSON { export interface User { type: 'user', name: string, + url?: string, tag?: string, } export interface Link {