mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +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<
|
static string<A extends Description & Default<string[]> & { range: string; spec: StringSpec }>(a: A) {
|
||||||
A extends Description & Default<string[]> & { range: string; spec: { range: string; spec: StringSpec } }
|
|
||||||
>(a: A) {
|
|
||||||
return new List({
|
return new List({
|
||||||
type: "list" as const,
|
type: "list" as const,
|
||||||
subtype: "string" as const,
|
subtype: "string" as const,
|
||||||
|
|||||||
Reference in New Issue
Block a user