chore: Make the object an obj

This commit is contained in:
BluJ
2023-02-13 11:49:44 -07:00
parent 24aa89bddf
commit 8c68fe59b6
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 object<
static obj<
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 object<
static obj<
A extends Description &
NullableDefault<{ [k: string]: unknown }> & {
"display-as": null | string;