Fix post merge conflicts

This commit is contained in:
Charles Bochet
2023-11-29 00:05:54 +01:00
parent cf790b9a88
commit 96d3a96cc4

View File

@ -82,6 +82,7 @@ export type FieldRelationMetadata = {
}; };
export type FieldSelectMetadata = { export type FieldSelectMetadata = {
objectMetadataNameSingular?: string;
fieldName: string; fieldName: string;
}; };