mirror of
https://github.com/Start9Labs/start-sdk.git
synced 2026-03-30 20:24:47 +00:00
chore: Objects are too
This commit is contained in:
2
types.ts
2
types.ts
@@ -234,7 +234,7 @@ export type ValueSpecAny =
|
|||||||
>
|
>
|
||||||
>
|
>
|
||||||
| Tag<"list", ValueSpecList>
|
| Tag<"list", ValueSpecList>
|
||||||
| Tag<"object", WithDescription<WithDefault<ValueSpecObject, Config>>>
|
| Tag<"object", WithDescription<WithNullableDefault<ValueSpecObject, Config>>>
|
||||||
| Tag<"union", WithDescription<WithDefault<ValueSpecUnion, string>>>
|
| Tag<"union", WithDescription<WithDefault<ValueSpecUnion, string>>>
|
||||||
| Tag<
|
| Tag<
|
||||||
"pointer",
|
"pointer",
|
||||||
|
|||||||
Reference in New Issue
Block a user