chore: charlie 20

This commit is contained in:
BluJ
2023-04-14 11:44:00 -06:00
parent f8382b3638
commit 3052bbe85d
6 changed files with 38 additions and 29 deletions

View File

@@ -103,7 +103,7 @@ export class List<A extends ValueSpecList> extends IBuilder<A> {
description?: string | null;
warning?: string | null;
/** Default [] */
default?: Record<string, unknown>[];
default?: [];
/** Default = "(\*,\*)" */
range?: string;
},