type some collection operations

This commit is contained in:
Elliot DeNolf
2020-12-01 16:38:27 -05:00
parent be69ff5849
commit 4ac08dac65
9 changed files with 17 additions and 8 deletions

View File

@@ -156,7 +156,6 @@ export type RadioField = FieldBase & {
value: string;
label: string;
}[] | string[];
hasMany?: boolean;
}
export type Block = {