mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 12:21:57 +00:00
chore: Update to different object
This commit is contained in:
@@ -47,7 +47,7 @@ export class List<A extends Tag<"list", ValueSpecList>> extends IBuilder<A> {
|
|||||||
...a,
|
...a,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
static obj<
|
static objectV<
|
||||||
A extends Description &
|
A extends Description &
|
||||||
NullableDefault<Record<string, unknown>[]> & {
|
NullableDefault<Record<string, unknown>[]> & {
|
||||||
range: string;
|
range: string;
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ export class Value<A extends ValueSpecAny> extends IBuilder<A> {
|
|||||||
...a,
|
...a,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
static obj<
|
static objectV<
|
||||||
A extends Description &
|
A extends Description &
|
||||||
NullableDefault<{ [k: string]: unknown }> & {
|
NullableDefault<{ [k: string]: unknown }> & {
|
||||||
"display-as": null | string;
|
"display-as": null | string;
|
||||||
|
|||||||
Reference in New Issue
Block a user