chore: Update to different object

This commit is contained in:
BluJ
2023-02-13 12:00:01 -07:00
parent 8c68fe59b6
commit b5fee62eb3
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ export class List<A extends Tag<"list", ValueSpecList>> extends IBuilder<A> {
...a,
});
}
static obj<
static objectV<
A extends Description &
NullableDefault<Record<string, unknown>[]> & {
range: string;

View File

@@ -79,7 +79,7 @@ export class Value<A extends ValueSpecAny> extends IBuilder<A> {
...a,
});
}
static obj<
static objectV<
A extends Description &
NullableDefault<{ [k: string]: unknown }> & {
"display-as": null | string;