From 24aa89bddfa42dd7a00abb70f2eb0339e537f4ec Mon Sep 17 00:00:00 2001 From: BluJ Date: Mon, 13 Feb 2023 11:41:42 -0700 Subject: [PATCH] chore: Update the spec --- config/list.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/list.ts b/config/list.ts index b54ec10..5d95c52 100644 --- a/config/list.ts +++ b/config/list.ts @@ -15,9 +15,7 @@ export class List> extends IBuilder { }); } - static string< - A extends Description & Default & { range: string; spec: { range: string; spec: StringSpec } } - >(a: A) { + static string & { range: string; spec: StringSpec }>(a: A) { return new List({ type: "list" as const, subtype: "string" as const,