mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-26 02:11:56 +00:00
chore: Update the spec
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user