fix: dev:generate-types on all test configs (#919)

This commit is contained in:
Dan Ribbens
2022-08-13 13:04:24 -04:00
committed by GitHub
parent 4115045c15
commit 145e1db05d
11 changed files with 114 additions and 55 deletions

View File

@@ -52,7 +52,7 @@ export interface RestrictedVersion {
*/
export interface SiblingDatum {
id: string;
array?: {
array: {
allowPublicReadability?: boolean;
text?: string;
id?: string;