chore: Update the spec

This commit is contained in:
BluJ
2023-02-13 11:41:42 -07:00
parent 8d8cf3b3a4
commit 24aa89bddf

View File

@@ -15,9 +15,7 @@ export class List<A extends Tag<"list", ValueSpecList>> extends IBuilder<A> {
});
}
static string<
A extends Description & Default<string[]> & { range: string; spec: { range: string; spec: StringSpec } }
>(a: A) {
static string<A extends Description & Default<string[]> & { range: string; spec: StringSpec }>(a: A) {
return new List({
type: "list" as const,
subtype: "string" as const,